summaryrefslogtreecommitdiff
path: root/gio/gsocketlistener.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gsocketlistener.c')
-rw-r--r--gio/gsocketlistener.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c
index 5ac83ea5b..392f9ecd6 100644
--- a/gio/gsocketlistener.c
+++ b/gio/gsocketlistener.c
@@ -835,7 +835,7 @@ accept_ready (GSocket *accept_socket,
* @listener: a #GSocketListener
* @cancellable: (nullable): a #GCancellable, or %NULL
* @callback: (scope async): a #GAsyncReadyCallback
- * @user_data: (closure): user data for the callback
+ * @user_data: user data for the callback
*
* This is the asynchronous version of g_socket_listener_accept_socket().
*
@@ -910,7 +910,7 @@ g_socket_listener_accept_socket_finish (GSocketListener *listener,
* @listener: a #GSocketListener
* @cancellable: (nullable): a #GCancellable, or %NULL
* @callback: (scope async): a #GAsyncReadyCallback
- * @user_data: (closure): user data for the callback
+ * @user_data: user data for the callback
*
* This is the asynchronous version of g_socket_listener_accept().
*