summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-01 20:27:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-09 13:06:18 +0000
commitf91744d3cfe0083338e03abc2ada88c9df7cb9d5 (patch)
treef7bdb7871e92df0d418b4bc08d3343ef07f84193
parentc217c8e6c43e35f4729c7a7aa5e7a6c31fbf5f75 (diff)
downloadtelepathy-glib-f91744d3cfe0083338e03abc2ada88c9df7cb9d5.tar.gz
tp_account_manager_create_account_finish: warn that the return has a limited lifetime
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45554 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-glib/account-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index aac416b30..169adecb2 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -1280,7 +1280,7 @@ tp_account_manager_create_account_async (TpAccountManager *manager,
* object, with the %TP_ACCOUNT_FEATURE_CORE feature ready on it.
*
* The caller must keep a ref to the returned object using g_object_ref() if
- * it is to be kept.
+ * it is to be kept beyond the lifetime of @result.
*
* Returns: (transfer none): a new #TpAccount which was just created on
* success, otherwise %NULL