telepathy-glib: future-account: _new functions should be (transfer full)

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


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

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Thu May  3 14:53:29 2012 +0100

future-account: _new functions should be (transfer full)

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

---

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

diff --git a/telepathy-glib/future-account.c b/telepathy-glib/future-account.c
index d315096..1e3b1f3 100644
--- a/telepathy-glib/future-account.c
+++ b/telepathy-glib/future-account.c
@@ -638,8 +638,8 @@ tp_future_account_class_init (TpFutureAccountClass *klass)
  * will assist in the creation of a new account on @account_manager,
  * using connection manager @manager, and protocol @protocol.
  *
- * Returns: a new reference to a future account object, or %NULL if
- *   any argument is incorrect
+ * Returns: (transfer full) a new reference to a future account
+ *   object, or %NULL if any argument is incorrect
  */
 TpFutureAccount *
 tp_future_account_new (TpAccountManager *account_manager,
@@ -667,8 +667,8 @@ tp_future_account_new (TpAccountManager *account_manager,
  * and protocol name specifically. See tp_future_account_new() for
  * more details.
  *
- * Returns: a new reference to a future account object, or %NULL if
- *   any argument is incorrect
+ * Returns: (transfer full) a new reference to a future account
+ *   object, or %NULL if any argument is incorrect
  */
 TpFutureAccount *
 tp_future_account_new_from_protocol (TpAccountManager *account_manager,



More information about the telepathy-commits mailing list