diff options
author | Ted Gould <ted@canonical.com> | 2009-01-29 09:59:19 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-29 09:59:19 -0600 |
commit | c0a32384fac2c236dca7bb5681e3584bc469d596 (patch) | |
tree | 21cd34de52253f7223969d30639de175600d9df5 /libindicate/indicator.h | |
parent | d898b213ea8ffd0b09b2c630c47cda386b4977df (diff) | |
download | libayatana-indicator-c0a32384fac2c236dca7bb5681e3584bc469d596.tar.gz libayatana-indicator-c0a32384fac2c236dca7bb5681e3584bc469d596.tar.bz2 libayatana-indicator-c0a32384fac2c236dca7bb5681e3584bc469d596.zip |
Making the indicator properties private, they should be. Also cleans
up some deps.
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r-- | libindicate/indicator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index 91f08a7..3fd7afd 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -25,15 +25,8 @@ G_BEGIN_DECLS typedef struct _IndicateIndicator IndicateIndicator; typedef struct _IndicateIndicatorClass IndicateIndicatorClass; -#include "server.h" - struct _IndicateIndicator { GObject parent; - - guint id; - gboolean is_visible; - IndicateServer * server; - GHashTable * properties; }; struct _IndicateIndicatorClass { |