summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.h
diff options
context:
space:
mode:
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>