From 281357d05e2059ccfbc67223d3846bd1647c7a8c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 Oct 2013 19:09:19 +0100 Subject: [PATCH 11/16] TpBaseProtocol: add missing transfer annotations --- telepathy-glib/base-protocol.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c index 8144326..aa70d50 100644 --- a/telepathy-glib/base-protocol.c +++ b/telepathy-glib/base-protocol.c @@ -777,7 +777,8 @@ tp_base_protocol_get_name (TpBaseProtocol *self) * Note that in particular, tp_asv_set_string() and similar functions should * not be used with this hash table. * - * Returns: a hash table mapping (gchar *) fully-qualified property names to + * Returns: (transfer full): a hash table mapping (gchar *) fully-qualified + * property names to * GValues, which must be freed by the caller (at which point its * contents will also be freed). * @@ -1692,7 +1693,7 @@ except: * filled in where available, and parameters' types converted to the #GType * specified by #TpCMParamSpec.gtype. * - * Returns: a new connection, or %NULL on error + * Returns: (transfer full): a new connection, or %NULL on error * * Since: 0.11.11 */ -- 1.8.4.rc3