From 514837a37737b049827008f7685de9d49c4034ba Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 12 Jan 2009 17:15:43 -0600 Subject: Fleshing out the whole show and hide thing. We should also be signalling when indicators are added or removed from the server. --- libindicate/server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libindicate/server.h') 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; -- cgit v1.2.3