telepathy-glib: future-account: fix docs for create_account_finish

Jonny Lamb jonny at kemper.freedesktop.org
Thu May 10 07:41:20 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 339c8260655fee98dbe03d9301e0384b18f62e03
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=339c8260655fee98dbe03d9301e0384b18f62e03

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Mon May  7 18:53:02 2012 +0100

future-account: fix docs for create_account_finish

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 telepathy-glib/future-account.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/future-account.c b/telepathy-glib/future-account.c
index 1082958..6d41bc2 100644
--- a/telepathy-glib/future-account.c
+++ b/telepathy-glib/future-account.c
@@ -1183,11 +1183,12 @@ tp_future_account_create_account_async (TpFutureAccount *self,
  * @error: something
  *
  * Finishes an asynchronous account creation operation and returns a
- * new #TpAccount object, with the %TP_ACCOUNT_FEATURE_CORE feature
+ * new ref to a #TpAccount object. The returned account will have the
+ * features listed in tp_simple_client_factory_dup_account_features()
+ * (with the proxy factory from #TpFutureAccount:account-manager)
  * prepared on it.
  *
- * Returns: (transfer full): a new #TpAccount which was just created on
- *   success, otherwise %NULL
+ * Returns: (transfer full): a new ref to a #TpAccount, or %NULL
  */
 
 TpAccount *



More information about the telepathy-commits mailing list