Galago - desktop presence framework

galago-context-base.h

Go to the documentation of this file.
00001 
00021 #ifndef _GALAGO_CONTEXT_BASE_H_
00022 #define _GALAGO_CONTEXT_BASE_H_
00023 
00024 typedef struct _GalagoContext        GalagoContext;
00025 typedef struct _GalagoContextPrivate GalagoContextPrivate;
00026 
00027 struct _GalagoContext
00028 {
00029     GalagoContextPrivate *priv;
00030 
00031     void (*reserved_1)(void);
00032     void (*reserved_2)(void);
00033     void (*reserved_3)(void);
00034     void (*reserved_4)(void);
00035 };
00036 
00037 #endif /* _GALAGO_CONTEXT_BASE_H_ */