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

@@ -581,7 +581,7 @@ accept_callback (GSocket *socket,
* triggering the cancellable object from another thread. If the operation
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: a #GSocket on success, %NULL on error.
* Returns: (transfer full): a #GSocket on success, %NULL on error.
*
* Since: 2.22
*/
@@ -655,7 +655,7 @@ g_socket_listener_accept_socket (GSocketListener *listener,
* triggering the cancellable object from another thread. If the operation
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: a #GSocketConnection on success, %NULL on error.
* Returns: (transfer full): a #GSocketConnection on success, %NULL on error.
*
* Since: 2.22
*/
@@ -777,7 +777,7 @@ g_socket_listener_accept_socket_async (GSocketListener *listener,
*
* Finishes an async accept operation. See g_socket_listener_accept_socket_async()
*
* Returns: a #GSocket on success, %NULL on error.
* Returns: (transfer full): a #GSocket on success, %NULL on error.
*
* Since: 2.22
*/
@@ -844,7 +844,7 @@ g_socket_listener_accept_async (GSocketListener *listener,
*
* Finishes an async accept operation. See g_socket_listener_accept_async()
*
* Returns: a #GSocketConnection on success, %NULL on error.
* Returns: (transfer full): a #GSocketConnection on success, %NULL on error.
*
* Since: 2.22
*/