From f605de0b6518c35bdbcb46fa436c228c16713883 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 12:01:18 +0100 Subject: [PATCH 13/19] TpConnection: describe factory behaviour --- telepathy-glib/connection.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index aa93d97..177d1fe 100644 --- a/telepathy-glib/connection.c +++ b/telepathy-glib/connection.c @@ -65,6 +65,14 @@ * are implementing a lower-level Telepathy component (such as the account * manager service itself). * + * Since 0.16, #TpConnection always has a non-%NULL #TpProxy:factory, and its + * #TpProxy:factory will be propagated to its #TpChannel objects + * (if any). Similarly, the #TpProxy:factory's features + * will be used for #TpContact objects. + * If a #TpConnection is created without going via the + * #TpAccount or specifying a #TpProxy:factory, the default + * is to use a new #TpAutomaticClientFactory. + * * Since: 0.7.1 */ -- 1.8.4.rc3