summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.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/channel.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/channel.c')
-rw-r--r--telepathy-glib/channel.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index 3982529fb..d447c041e 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -2118,9 +2118,9 @@ finally:
* %FALSE if the channel 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.
*/
gboolean
tp_channel_run_until_ready (TpChannel *self,
@@ -2235,6 +2235,8 @@ cwr_ready (TpChannel *self,
* Signature of a callback passed to tp_channel_call_when_ready(), which
* will be called exactly once, when the channel becomes ready or
* invalid (whichever happens first)
+ *
+ * Deprecated: 0.17.UNRELEASED
*/
/**
@@ -2255,6 +2257,7 @@ cwr_ready (TpChannel *self,
* calls @callback from the main loop.)
*
* Since: 0.7.7
+ * Deprecated: 0.17.UNRELEASED: Use tp_proxy_prepare_async()
*/
void
tp_channel_call_when_ready (TpChannel *self,