summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-08-17 12:48:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-08-17 16:09:09 +0100
commit645df3a45148d8520f4994e455851ff0d7beee82 (patch)
treef93f3693a349fcc19c465b913bc139cada2e6ad7 /telepathy-glib/dbus.h
parent9bf3c6147d8d97590c7963524f88891d51d5fcd1 (diff)
downloadtelepathy-glib-645df3a45148d8520f4994e455851ff0d7beee82.tar.gz
Add tp_dbus_daemon_get_unique_name (convenience API for dbus_bus_get_unique_name)
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 702e6601f..54195b5c9 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -72,6 +72,8 @@ gboolean tp_dbus_daemon_request_name (TpDBusDaemon *self,
gboolean tp_dbus_daemon_release_name (TpDBusDaemon *self,
const gchar *well_known_name, GError **error);
+const gchar *tp_dbus_daemon_get_unique_name (TpDBusDaemon *self);
+
typedef enum
{
TP_DBUS_NAME_TYPE_UNIQUE = 1,