From 2809c08cbfbad933177decfe4167745e85596850 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 18 Jul 2011 12:06:51 +0200 Subject: [PATCH] Include contact-list.c example into TpAccountManager's doc --- telepathy-glib/account-manager.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c index 7ca9735..60909f0 100644 --- a/telepathy-glib/account-manager.c +++ b/telepathy-glib/account-manager.c @@ -60,6 +60,12 @@ * their configuration, places accounts online on request, and manipulates * accounts' presence, nicknames and avatars. * + * #TpAccountManager is the "top level" object, its #TpProxy:factory will be + * propagated to all other objects like #TpAccountManager -> #TpAccount -> + * #TpConnection -> #TpContact and #TpChannel. + * + * TpAccountManager exampleFIXME: MISSING XINCLUDE CONTENT + * * Since: 0.7.32 */ -- 1.7.4.1