summaryrefslogtreecommitdiff
path: root/gconf/gconf-database.h
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf-database.h')
-rw-r--r--gconf/gconf-database.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gconf/gconf-database.h b/gconf/gconf-database.h
index a48bbb39..2d91fdc1 100644
--- a/gconf/gconf-database.h
+++ b/gconf/gconf-database.h
@@ -32,6 +32,9 @@ G_BEGIN_DECLS
#include "gconf-sources.h"
#include "gconf-internals.h"
+#ifdef HAVE_DBUS
+#include <dbus/dbus.h>
+#endif
#include "gconf-locale.h"
@@ -47,7 +50,14 @@ struct _GConfDatabase
ConfigDatabase objref;
#endif
+#ifdef HAVE_DBUS
+ char *object_path;
+ /* Information about clients that want notification. */
+ GHashTable *notifications;
+ GHashTable *listening_clients;
+#endif
+
GConfListeners* listeners;
GConfSources* sources;