summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 12:12:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 12:14:19 +0100
commitf4b7c73b2f6f57034bbc34a217354527c7ec0cad (patch)
tree13d2a3839e07c0e99b9ed9f62f9f22a720f67af0 /telepathy-glib/dbus.c
parent4164219fe7127cbaa068c79efbd8be1257ae25f1 (diff)
downloadtelepathy-glib-f4b7c73b2f6f57034bbc34a217354527c7ec0cad.tar.gz
Revert deprecation of tp_get_bus (reopens fd.o #24114)
In practice, connection managers use it in channel implementations; we should at least wait til telepathy-glib offers a one-line replacement (e.g. tp_base_connection_get_dbus_g_connection()) before deprecating it, since the current best-practice replacement is 3 lines. Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/dbus.c')
-rw-r--r--telepathy-glib/dbus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index a5185a649..3aee1375c 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -121,8 +121,6 @@ _tp_dbus_starter_bus_conn (GError **error)
* Most processes should use tp_dbus_daemon_dup() instead.
*
* Returns: a connection to the starter or session D-Bus daemon.
- *
- * Deprecated: 0.11.0: Use tp_dbus_daemon_dup() in new code.
*/
DBusGConnection *
tp_get_bus (void)