summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-09 15:28:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-05 12:33:45 +0000
commit418d0a1e9a07d564212f258f51c11330c2e91803 (patch)
tree4081bdfbcabb987db84cf5a419e0ac893e3f9638 /telepathy-glib/connection.h
parent4fb68b07fc1adc48b88858a85639b38bbb4f2271 (diff)
downloadtelepathy-glib-418d0a1e9a07d564212f258f51c11330c2e91803.tar.gz
Deprecate tp_connection_is_ready, TpConnection:connection-ready
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45842 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/connection.h')
-rw-r--r--telepathy-glib/connection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index cb60debdd..faf2ede0b 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -152,9 +152,10 @@ void tp_connection_set_contact_info_async (TpConnection *self,
gboolean tp_connection_set_contact_info_finish (TpConnection *self,
GAsyncResult *result, GError **error);
-gboolean tp_connection_is_ready (TpConnection *self);
-
#ifndef TP_DISABLE_DEPRECATED
+gboolean tp_connection_is_ready (TpConnection *self)
+ _TP_GNUC_DEPRECATED_FOR (tp_proxy_is_prepared);
+
gboolean tp_connection_run_until_ready (TpConnection *self,
gboolean connect, GError **error,
GMainLoop **loop) _TP_GNUC_DEPRECATED;