aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-15 21:49:28 -0600
committerTed Gould <ted@canonical.com>2009-01-15 21:49:28 -0600
commit2722037935bb34848b71128776b997c6c158ff8e (patch)
tree5fdb30112ebd25e07599caeb0dc78e4fe5b6df39 /libindicate/listener.h
parent0ff11650f31a7d76e2ad8cd6c951e3e2321089f8 (diff)
downloadlibayatana-indicator-2722037935bb34848b71128776b997c6c158ff8e.tar.gz
libayatana-indicator-2722037935bb34848b71128776b997c6c158ff8e.tar.bz2
libayatana-indicator-2722037935bb34848b71128776b997c6c158ff8e.zip
Okay, adding the other signals in and keeping track of the indicators
that are hanging around. Now, to connect to things external.
Diffstat (limited to 'libindicate/listener.h')
-rw-r--r--libindicate/listener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/listener.h b/libindicate/listener.h
index b86c8a3..5c482ba 100644
--- a/libindicate/listener.h
+++ b/libindicate/listener.h
@@ -30,8 +30,8 @@ struct _IndicateListener {
DBusGProxy * dbus_proxy_session;
DBusGProxy * dbus_proxy_system;
- GHashTable * proxies_session;
- GHashTable * proxies_system;
+ GHashTable * proxies_working;
+ GHashTable * proxies_possible;
GArray * proxy_todo;
guint todo_idle;