diff options
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r-- | libindicate/indicator.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index e427f25..77fd82f 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -19,13 +19,17 @@ #define INDICATE_INDICATOR_SIGNAL_DISPLAY "user-display" typedef struct _IndicateIndicator IndicateIndicator; +typedef struct _IndicateIndicatorClass IndicateIndicatorClass; + +#include "server.h" + struct _IndicateIndicator { GObject parent; guint id; + IndicateServer * server; }; -typedef struct _IndicateIndicatorClass IndicateIndicatorClass; struct _IndicateIndicatorClass { GObjectClass parent_class; |