[next] telepathy-glib: TpCDO, TpChannelRequest: mention that they should come from "larger" objects

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 13 09:21:05 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 3c4b4af98aeefd5956a76a89b4ceb3055233104f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=3c4b4af98aeefd5956a76a89b4ceb3055233104f

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep  6 12:00:42 2013 +0100

TpCDO, TpChannelRequest: mention that they should come from "larger" objects

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 telepathy-glib/channel-dispatch-operation.c |    3 +++
 telepathy-glib/channel-request.c            |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index edd2017..59a83a5 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -99,6 +99,9 @@
  * channel dispatch operations for any undispatched channels, and the approver
  * will be notified again.
  *
+ * Creating a #TpChannelDispatchOperation directly is deprecated: it
+ * should only be created via a #TpBaseClient.
+ *
  * Since: 0.7.32
  */
 
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c
index fd4567f..a4ef42c 100644
--- a/telepathy-glib/channel-request.c
+++ b/telepathy-glib/channel-request.c
@@ -79,6 +79,10 @@
  * signal will be emitted with the domain %TP_DBUS_ERRORS and the error code
  * %TP_DBUS_ERROR_NAME_OWNER_LOST.
  *
+ * Creating a #TpChannelRequest directly is deprecated: it
+ * should only be created via a #TpAccountChannelRequest
+ * or a #TpBaseClient.
+ *
  * Since: 0.7.32
  */
 



More information about the telepathy-commits mailing list