diff options
author | Ted Gould <ted@canonical.com> | 2009-01-12 17:15:43 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-12 17:15:43 -0600 |
commit | 514837a37737b049827008f7685de9d49c4034ba (patch) | |
tree | eb759002aa8dd891a2846c22c600ee1dd4461571 /libindicate/server.h | |
parent | 2dc2f266359d30841fa2970dba0265cb22556b89 (diff) | |
download | libayatana-indicator-514837a37737b049827008f7685de9d49c4034ba.tar.gz libayatana-indicator-514837a37737b049827008f7685de9d49c4034ba.tar.bz2 libayatana-indicator-514837a37737b049827008f7685de9d49c4034ba.zip |
Fleshing out the whole show and hide thing. We should also be signalling when indicators are added or removed from the server.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index 78c4d4b..486252c 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -22,6 +22,9 @@ struct _IndicateServer { gchar * path; GSList * indicators; + + // TODO: Should have a more robust way to track this, but this'll work for now + guint num_hidden; }; typedef struct _IndicateServerClass IndicateServerClass; |