mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add a lot of missing annotations
This commit is contained in:
committed by
Johan Dahlin
parent
701ce5d201
commit
30132c44c1
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user