maybe.h

Go to the documentation of this file.
00001 #ifndef __maybe_h__
00002 #define __maybe_h__
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008   typedef struct {
00009     gboolean just;
00010     void (*free)(gpointer);
00011     gpointer object; // may be NULL
00012   } Maybe;
00013 
00014 #ifdef __cplusplus
00015 } /* extern "C" */
00016 #endif
00017 
00018 #endif /* __maybe_h__ */
00019 

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:55 2011 by Doxygen 1.6.1