summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-03 11:50:15 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-16 20:48:34 +0200
commitf464c89e68d8b460bba1247c9941e4a30ba22c2f (patch)
treeeb1c632ef4711971c86841ee5c25d30a3951679b /telepathy-glib/account-manager.c
parent299785c6addba3d40c35a4caa9cf479b2905bf92 (diff)
downloadtelepathy-glib-f464c89e68d8b460bba1247c9941e4a30ba22c2f.tar.gz
TpAM: Document that _set_default() keeps an internal reference
Diffstat (limited to 'telepathy-glib/account-manager.c')
-rw-r--r--telepathy-glib/account-manager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 2b7ce85ff..576ea7336 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -784,6 +784,9 @@ static gpointer starter_account_manager_proxy = NULL;
* #TpAccountManager to use that factory should call this after calling
* tp_account_manager_new_with_factory().
*
+ * Unlike tp_account_manager_dup(), this function will keep an internal
+ * reference to @manager, so it will never be destroyed.
+ *
* Note that @manager must use the default #TpDBusDaemon as returned by
* tp_dbus_daemon_dup()
*