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

@@ -105,7 +105,7 @@ g_socket_connectable_default_init (GSocketConnectableInterface *iface)
*
* Creates a #GSocketAddressEnumerator for @connectable.
*
* Return value: a new #GSocketAddressEnumerator.
* Return value: (transfer full): a new #GSocketAddressEnumerator.
*
* Since: 2.22
*/
@@ -133,7 +133,7 @@ g_socket_connectable_enumerate (GSocketConnectable *connectable)
* g_socket_connectable_proxy_enumerate(), this will fall back to
* calling g_socket_connectable_enumerate().
*
* Return value: a new #GSocketAddressEnumerator.
* Return value: (transfer full): a new #GSocketAddressEnumerator.
*
* Since: 2.26
*/