summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-08-05 11:03:56 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-08-05 11:03:56 +0200
commit319f8960b8969df0251671a7433dbc0689ebd0fd (patch)
treee6847ce5f09bb6883cd79ac49e042576f54efe09 /telepathy-glib/account-manager.c
parent9d6e53029bdeb2d4ae3c59e1674f4558d6340758 (diff)
downloadtelepathy-glib-319f8960b8969df0251671a7433dbc0689ebd0fd.tar.gz
Doc fix: Make clear in TpAccountManager doc that propagating the factory also means its features will be prepared on proxies
Diffstat (limited to 'telepathy-glib/account-manager.c')
-rw-r--r--telepathy-glib/account-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index f8f720600..825378de3 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -60,7 +60,8 @@
*
* #TpAccountManager is the "top level" object, its #TpProxy:factory will be
* propagated to all other objects like #TpAccountManager -> #TpAccount ->
- * #TpConnection -> #TpContact and #TpChannel.
+ * #TpConnection -> #TpContact and #TpChannel. This means that desired features
+ * set on that factory will be prepared on all those objects.
*
* <example id="account-manager"><title>TpAccountManager example</title><programlisting><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../examples/client/contact-list.c"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include></programlisting></example>
*