aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-29 09:31:00 -0600
committerTed Gould <ted@canonical.com>2009-01-29 09:31:00 -0600
commit82c65bf328a43be2906c6a3feb6870dd352c15b3 (patch)
treece5e158eeee4a490f9412cc43959227ba795c53f /libindicate/listener.h
parentab78f47706b2cf9dd6256f1edf3d4ba4669dd39f (diff)
downloadlibayatana-indicator-82c65bf328a43be2906c6a3feb6870dd352c15b3.tar.gz
libayatana-indicator-82c65bf328a43be2906c6a3feb6870dd352c15b3.tar.bz2
libayatana-indicator-82c65bf328a43be2906c6a3feb6870dd352c15b3.zip
Okay, moving all of the variables from the listener class into a private object. This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly.
Diffstat (limited to 'libindicate/listener.h')
-rw-r--r--libindicate/listener.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libindicate/listener.h b/libindicate/listener.h
index cadc487..1bc5f8d 100644
--- a/libindicate/listener.h
+++ b/libindicate/listener.h
@@ -35,18 +35,6 @@ typedef guint IndicateListenerIndicator;
typedef struct _IndicateListener IndicateListener;
struct _IndicateListener {
GObject parent;
-
- DBusGConnection * session_bus;
- DBusGConnection * system_bus;
-
- DBusGProxy * dbus_proxy_session;
- DBusGProxy * dbus_proxy_system;
-
- GHashTable * proxies_working;
- GHashTable * proxies_possible;
-
- GArray * proxy_todo;
- guint todo_idle;
};
typedef struct _IndicateListenerClass IndicateListenerClass;