summaryrefslogtreecommitdiff
path: root/gconf/gconfd-dbus.h
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-10-17 20:02:16 +0200
committerRoss Burton <ross@linux.intel.com>2011-10-23 21:08:36 +0100
commitdc7e44d0a7a9f34d491ce4629c89cb4b37b7bcca (patch)
tree61f3aa12534dabfa0d937cabb098bfa173056b87 /gconf/gconfd-dbus.h
parent54318ebf218743ea1a3353f940eb8f44767fd2bb (diff)
downloadgconf-dc7e44d0a7a9f34d491ce4629c89cb4b37b7bcca.tar.gz
gconf-dbus: Emit a Bye dbus signal when dropping a database
This enables clients to know the database got dropped, and to stop referencing the object path of this database. The clients will eventually cause the re-creation of this database when they'll need it. https://bugzilla.gnome.org/show_bug.cgi?id=659835
Diffstat (limited to 'gconf/gconfd-dbus.h')
-rw-r--r--gconf/gconfd-dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gconf/gconfd-dbus.h b/gconf/gconfd-dbus.h
index 40695abd..f2e266dd 100644
--- a/gconf/gconfd-dbus.h
+++ b/gconf/gconfd-dbus.h
@@ -39,4 +39,6 @@ gboolean gconfd_dbus_check_in_shutdown (DBusConnection *connection,
DBusMessage *message);
DBusConnection *gconfd_dbus_get_connection (void);
+void gconfd_emit_db_gone (const char *object_path);
+
#endif