diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-24 18:24:41 -0300 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2010-09-24 18:24:41 -0300 |
commit | 30132c44c18d9a08e4c6a9b4834366bd8628ecfa (patch) | |
tree | 134ed0535fb314b82683da0b30a948e3d9a90214 /gio/gsocketaddressenumerator.c | |
parent | 701ce5d2011ee4408212461f6e191eaca2290d0a (diff) | |
download | glib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz |
Add a lot of missing annotations
Diffstat (limited to 'gio/gsocketaddressenumerator.c')
-rw-r--r-- | gio/gsocketaddressenumerator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsocketaddressenumerator.c b/gio/gsocketaddressenumerator.c index f1b5a2d32..7ad1ccc1a 100644 --- a/gio/gsocketaddressenumerator.c +++ b/gio/gsocketaddressenumerator.c @@ -67,7 +67,7 @@ g_socket_address_enumerator_class_init (GSocketAddressEnumeratorClass *enumerato * internal errors (other than @cancellable being triggered) will be * ignored. * - * Return value: a #GSocketAddress (owned by the caller), or %NULL on + * Return value: (transfer full): a #GSocketAddress (owned by the caller), or %NULL on * error (in which case *@error will be set) or if there are no * more addresses. */ @@ -168,7 +168,7 @@ g_socket_address_enumerator_real_next_finish (GSocketAddressEnumerator *enumera * g_socket_address_enumerator_next() for more information about * error handling. * - * Return value: a #GSocketAddress (owned by the caller), or %NULL on + * Return value: (transfer full): a #GSocketAddress (owned by the caller), or %NULL on * error (in which case *@error will be set) or if there are no * more addresses. */ |