summaryrefslogtreecommitdiff
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:49:48 +0200
commitbab960e0f3f63a52850e76b80b3dae77ea9c174d (patch)
tree0b4a31d0d15c8bf2a4b03bb16c781ff65e483b0b
parent57e23d6d7788498061349649e9b4bccf9ea7bf7b (diff)
downloadtelepathy-glib-bab960e0f3f63a52850e76b80b3dae77ea9c174d.tar.gz
TpAM: Document that _set_default() keeps an internal reference
-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 231223437..f373cc417 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()
*