From 629216d9a7b5bbdad4ab78c6fd76140d725b9579 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 19 Apr 2010 17:38:07 +0100 Subject: 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. --- telepathy-glib/dbus-daemon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'telepathy-glib/dbus-daemon.h') 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 -- cgit v1.2.1