aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-12 17:15:43 -0600
committerTed Gould <ted@canonical.com>2009-01-12 17:15:43 -0600
commit514837a37737b049827008f7685de9d49c4034ba (patch)
treeeb759002aa8dd891a2846c22c600ee1dd4461571 /libindicate/server.h
parent2dc2f266359d30841fa2970dba0265cb22556b89 (diff)
downloadlibayatana-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.h3
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;