From a7689d39aeaf97d2055dc7059fefc5500c394cd9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 12:01:02 +0100 Subject: [PATCH 12/19] TpCDO, TpChannelRequest: always has a factory --- telepathy-glib/channel-dispatch-operation.c | 4 ++++ telepathy-glib/channel-request.c | 4 ++++ 2 files changed, 8 insertions(+) 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 */ -- 1.8.4.rc3