summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-04-28 23:22:07 +1000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-04-28 23:22:07 +1000
commitd6466c37a1606ecdaea76cf67962b6b74edb920a (patch)
treee81cb9b824ce74efa4433935625a0f8c3d260525 /telepathy-glib/account-manager.c
parent3c936a7591f346db6a583fe21e9bf96c494d0f5d (diff)
downloadtelepathy-glib-d6466c37a1606ecdaea76cf67962b6b74edb920a.tar.gz
Explicitly state reference ownership for tp_am_create_account_finish()
Also update annotation to (transfer none)
Diffstat (limited to 'telepathy-glib/account-manager.c')
-rw-r--r--telepathy-glib/account-manager.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 7bf1c5c72..637bea59e 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -1140,8 +1140,11 @@ tp_account_manager_create_account_async (TpAccountManager *manager,
* Finishes an async create account operation, and returns a new #TpAccount
* object, with the %TP_ACCOUNT_FEATURE_CORE feature ready on it.
*
- * Returns: a new #TpAccount which was just created on success, otherwise
- * %NULL
+ * The caller must keep a ref to the returned object using g_object_ref() if
+ * it is to be kept.
+ *
+ * Returns: (transfer none): a new #TpAccount which was just created on
+ * success, otherwise %NULL
*
* Since: 0.9.0
*/