summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-09 14:40:34 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-05 12:33:38 +0000
commita2bd9248fb0a514d1880902b5b3237a6f1c510fd (patch)
tree9a139704fcb4b08399181af15327c237d938b012 /telepathy-glib/connection.c
parent7162d30eea3e94894531c1ab6d85b89534cbcada (diff)
downloadtelepathy-glib-a2bd9248fb0a514d1880902b5b3237a6f1c510fd.tar.gz
Deprecate tp_channel_call_when_ready, tp_connection_call_when_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.c')
-rw-r--r--telepathy-glib/connection.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index f91c6b6e8..79e7b06c1 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -2542,9 +2542,9 @@ tp_connection_get_protocol_name (TpConnection *self)
* %FALSE if the connection has become invalid.
*
* Since: 0.7.1
- * Deprecated: 0.11.0: Use tp_connection_call_when_ready,
- * or restructure your program in such a way as to avoid re-entering the
- * main loop.
+ * Deprecated: 0.11.0: Use tp_proxy_prepare_async() and re-enter the main
+ * loop yourself, or restructure your program in such a way as to avoid
+ * re-entering the main loop.
*/
typedef struct {
@@ -2977,6 +2977,8 @@ cwr_ready (TpConnection *self,
* Signature of a callback passed to tp_connection_call_when_ready(), which
* will be called exactly once, when the connection becomes ready or
* invalid (whichever happens first)
+ *
+ * Deprecated: 0.17.UNRELEASED
*/
/**
@@ -2998,6 +3000,7 @@ cwr_ready (TpConnection *self,
* Call tp_cli_connection_call_connect() too, if you want to do that.
*
* Since: 0.7.7
+ * Deprecated: 0.17.UNRELEASED: Use tp_proxy_prepare_async()
*/
void
tp_connection_call_when_ready (TpConnection *self,