summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 12:01:02 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 15:48:14 +0100
commita8d4b650dc5e91f9e51ecedffa3a6eaaf983b822 (patch)
treec630616d1cf1c102f9631dea58e99297a7ab6c08
parent3c4b4af98aeefd5956a76a89b4ceb3055233104f (diff)
TpCDO, TpChannelRequest: always has a factory
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--telepathy-glib/channel-dispatch-operation.c4
-rw-r--r--telepathy-glib/channel-request.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c
index 59a83a5c2..8f20fa9ba 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 a4ef42c2d..4c5099995 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
*/