summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 17:38:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 17:44:12 +0100
commit629216d9a7b5bbdad4ab78c6fd76140d725b9579 (patch)
treefbc6cfcc7df1188720a6c7243ab4dd78f30e34cf /telepathy-glib/dbus-daemon.h
parent59f88dcd28bac12d7bbe9a90c63e880a2e65612b (diff)
downloadtelepathy-glib-629216d9a7b5bbdad4ab78c6fd76140d725b9579.tar.gz
tp_dbus_daemon_register_object, tp_dbus_daemon_unregister_object: add
Not having to extract the DBusGConnection from the TpDBusDaemon turns out to be a significant win in terms of amount of code.
Diffstat (limited to 'telepathy-glib/dbus-daemon.h')
-rw-r--r--telepathy-glib/dbus-daemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-daemon.h b/telepathy-glib/dbus-daemon.h
index a77ceec8a..0ec7d9eb3 100644
--- a/telepathy-glib/dbus-daemon.h
+++ b/telepathy-glib/dbus-daemon.h
@@ -87,6 +87,10 @@ void tp_dbus_daemon_list_activatable_names (TpDBusDaemon *self,
gint timeout_ms, TpDBusDaemonListNamesCb callback,
gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
+void tp_dbus_daemon_register_object (TpDBusDaemon *self,
+ const gchar *object_path, gpointer object);
+void tp_dbus_daemon_unregister_object (TpDBusDaemon *self, gpointer object);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-dbus-daemon.h>