summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-30 14:50:48 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-30 15:59:41 +0000
commitf9640a886e12a62dacba49170067f1131a57e3c9 (patch)
treefbf4e41d1da40f1f84d63579e65e7065030a8c20 /telepathy-glib/dbus-internal.h
parent0a3b57a937fff22c92b91ff5b181fb086a8d9eb1 (diff)
downloadtelepathy-glib-f9640a886e12a62dacba49170067f1131a57e3c9.tar.gz
_tp_dbus_daemon_release_name: add function to release a name without using a DBusGProxy
Diffstat (limited to 'telepathy-glib/dbus-internal.h')
-rw-r--r--telepathy-glib/dbus-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-internal.h b/telepathy-glib/dbus-internal.h
index 1e5f53d46..c480ca0c1 100644
--- a/telepathy-glib/dbus-internal.h
+++ b/telepathy-glib/dbus-internal.h
@@ -31,6 +31,8 @@ gboolean _tp_dbus_daemon_get_name_owner (TpDBusDaemon *self, gint timeout_ms,
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);
void _tp_register_dbus_glib_marshallers (void);