telepathy-glib: TpCDO, TpChannelRequest: always has a factory

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 6 08:09:12 PDT 2013


Module: telepathy-glib
Branch: master
Commit: a8d4b650dc5e91f9e51ecedffa3a6eaaf983b822
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=a8d4b650dc5e91f9e51ecedffa3a6eaaf983b822

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

TpCDO, TpChannelRequest: always has a factory

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 |    4 ++++
 telepathy-glib/channel-request.c            |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index 59a83a5..8f20fa9 100644
--- a/telepathy-glib/channel-dispatch-operation.c
+++ b/telepathy-glib/channel-dispatch-operation.c
@@ -102,6 +102,10 @@
  * Creating a #TpChannelDispatchOperation directly is deprecated: it
  * should only be created via a #TpBaseClient.
  *
+ * Since 0.16, #TpChannelDispatchOperation always has a non-%NULL
+ * #TpProxy:factory, which will be propagated to the #TpAccount,
+ * #TpConnection and #TpChannel.
+ *
  * Since: 0.7.32
  */
 
diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c
index a4ef42c..4c50999 100644
--- a/telepathy-glib/channel-request.c
+++ b/telepathy-glib/channel-request.c
@@ -83,6 +83,10 @@
  * should only be created via a #TpAccountChannelRequest
  * or a #TpBaseClient.
  *
+ * Since 0.16, #TpChannelRequest always has a non-%NULL #TpProxy:factory,
+ * and its #TpProxy:factory will be propagated to the #TpAccount,
+ * #TpConnection and #TpChannel.
+ *
  * Since: 0.7.32
  */
 



More information about the telepathy-commits mailing list