summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
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.h
parentd9a08300e0559a90ed9853665e0d92b783b6dbe4 (diff)
downloadtelepathy-glib-108d7eeed14dc64c6d3a3c16701658b8553d7270.tar.gz
Deprecate tp_list_connection_managers
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index efc156625..eac21fe00 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -112,10 +112,13 @@ typedef void (*TpConnectionManagerListCb) (TpConnectionManager * const *cms,
gsize n_cms, const GError *error, gpointer user_data,
GObject *weak_object);
+#ifndef TP_DISABLE_DEPRECATED
+_TP_DEPRECATED_IN_UNRELEASED_FOR (tp_list_connection_managers_async)
void tp_list_connection_managers (TpDBusDaemon *bus_daemon,
TpConnectionManagerListCb callback,
gpointer user_data, GDestroyNotify destroy,
GObject *weak_object);
+#endif
_TP_AVAILABLE_IN_0_18
void tp_list_connection_managers_async (TpDBusDaemon *dbus_daemon,