summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
diff options
context:
space:
mode:
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
*/