summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-18 11:58:35 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-18 11:58:35 +0100
commit8e7c49abea4c92e888fb9c24b59e1bf95fb12a62 (patch)
tree8c1a66abafe7347e753de12d5c5905f53ffbe50a /telepathy-glib/dbus.h
parentd93c9fc88c701dae9db25d3cd5d12fae10f521be (diff)
downloadtelepathy-glib-8e7c49abea4c92e888fb9c24b59e1bf95fb12a62.tar.gz
Publicize tp_dbus_daemon_{request,release}_name
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 949b48acc..966cc8dc4 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -65,6 +65,11 @@ gboolean tp_dbus_daemon_cancel_name_owner_watch (TpDBusDaemon *self,
const gchar *name, TpDBusDaemonNameOwnerChangedCb callback,
gconstpointer user_data);
+gboolean tp_dbus_daemon_request_name (TpDBusDaemon *self,
+ const gchar *well_known_name, gboolean idempotent, GError **error);
+gboolean tp_dbus_daemon_release_name (TpDBusDaemon *self,
+ const gchar *well_known_name, GError **error);
+
typedef enum
{
TP_DBUS_NAME_TYPE_UNIQUE = 1,