summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2014-03-31 07:10:31 -0400
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-01 14:44:53 +0100
commit48d8288c23f42098d7ce442d99dc8eee89ae4f98 (patch)
treec92b2f306b63381a0cd5c1f090198805b274fbaa /docs
parent557f0efd64c4af7167802ff95b3b8f3d3948012f (diff)
Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()
Also moves their code to dbus.c/h module since their are only GDBusConnection helpers now, not methods on TpDBusDaemon object.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/telepathy-glib/telepathy-glib-sections.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/telepathy-glib/telepathy-glib-sections.txt b/docs/reference/telepathy-glib/telepathy-glib-sections.txt
index eaff4e86e..f45ed8a42 100644
--- a/docs/reference/telepathy-glib/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib/telepathy-glib-sections.txt
@@ -1924,11 +1924,11 @@ tp_g_value_slice_new_object_path
tp_g_value_slice_new_static_object_path
tp_g_value_slice_new_take_object_path
<SUBSECTION>
-tp_dbus_daemon_release_name
-tp_dbus_daemon_request_name
-tp_dbus_daemon_register_object
-tp_dbus_daemon_try_register_object
-tp_dbus_daemon_unregister_object
+tp_dbus_connection_release_name
+tp_dbus_connection_request_name
+tp_dbus_connection_register_object
+tp_dbus_connection_try_register_object
+tp_dbus_connection_unregister_object
<SUBSECTION Standard>
tp_dbus_name_type_get_type
</SECTION>