Add a lot of missing annotations

This commit is contained in:
Johan Dahlin
2010-09-24 18:24:41 -03:00
committed by Johan Dahlin
parent 701ce5d201
commit 30132c44c1
61 changed files with 172 additions and 161 deletions

View File

@@ -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.
*/