From 82c65bf328a43be2906c6a3feb6870dd352c15b3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 29 Jan 2009 09:31:00 -0600 Subject: 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. --- libindicate/listener.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libindicate/listener.h') 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; -- cgit v1.2.3