summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-04 16:47:13 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-04 15:15:53 +0200
commit108d7eeed14dc64c6d3a3c16701658b8553d7270 (patch)
treeca78c4713a6bb44af7130b2ac06022f1c209ab33 /telepathy-glib/connection-manager.c
parentd9a08300e0559a90ed9853665e0d92b783b6dbe4 (diff)
downloadtelepathy-glib-108d7eeed14dc64c6d3a3c16701658b8553d7270.tar.gz
Deprecate tp_list_connection_managers
Diffstat (limited to 'telepathy-glib/connection-manager.c')
-rw-r--r--telepathy-glib/connection-manager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 8c5627f84..5017b7c7d 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -1807,6 +1807,8 @@ tp_list_connection_managers_got_names (TpDBusDaemon *bus_daemon,
* occurred while launching that connection manager.
*
* Since: 0.7.1
+ *
+ * Deprecated: since 0.UNRELEASED, use tp_list_connection_managers_async()
*/
void
tp_list_connection_managers (TpDBusDaemon *bus_daemon,
@@ -1910,8 +1912,10 @@ tp_list_connection_managers_async (TpDBusDaemon *dbus_daemon,
}
else
{
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
tp_list_connection_managers (dbus_daemon,
list_connection_managers_async_cb, result, g_object_unref, NULL);
+ G_GNUC_END_IGNORE_DEPRECATIONS
g_object_unref (dbus_daemon);
}
}