summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-30 13:59:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-30 15:59:35 +0000
commit8d566c459d327ce406cc8b581f0894ba319b4b94 (patch)
tree50e9d6e761f4b986b8743247eaf17882e45eebec /telepathy-glib/dbus.h
parent088ce2118c9bfbef226cdfaa455a878434fc0f8b (diff)
downloadtelepathy-glib-8d566c459d327ce406cc8b581f0894ba319b4b94.tar.gz
tp_dbus_daemon_dup(): add new API to get a cached starter-bus TpDBusDaemon
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index dbcc0a8da..6104817f6 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -51,6 +51,8 @@ GType tp_dbus_daemon_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_DBUS_DAEMON, \
TpDBusDaemonClass))
+TpDBusDaemon *tp_dbus_daemon_dup (GError **error);
+
TpDBusDaemon *tp_dbus_daemon_new (DBusGConnection *connection);
typedef void (*TpDBusDaemonNameOwnerChangedCb) (TpDBusDaemon *bus_daemon,