summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-14 09:59:32 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-14 09:59:32 +0000
commit37b5701f9c7d99c077e3286881992af11a883f7e (patch)
tree0615d0c65a169caca5bca65dd8142e16f472a540
parent3280a8dde69ddfe5e3853b2cbf8068232fa1652b (diff)
ll-contact: annotate return type of get_addresses
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--wocky/wocky-ll-contact.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wocky/wocky-ll-contact.c b/wocky/wocky-ll-contact.c
index 66cfc1c..1504737 100644
--- a/wocky/wocky-ll-contact.c
+++ b/wocky/wocky-ll-contact.c
@@ -230,7 +230,8 @@ wocky_ll_contact_equal (WockyLLContact *a,
* calling g_object_unref() on each list member and the list freed
* using g_list_free() when the caller is finished.
*
- * Returns: a new #GList of #GInetSocketAddress<!-- -->es.
+ * Returns: (element-type GInetSocketAddress) (transfer full): a new
+ * #GList of #GInetSocketAddress<!-- -->es.
*/
GList *
wocky_ll_contact_get_addresses (WockyLLContact *self)