gkdbus: Fix underflow and unreachable code bug
[platform/upstream/glib.git] / gio / gsocketconnection.c
index 79f2cc6..67e8f3d 100644 (file)
@@ -173,7 +173,7 @@ static gboolean g_socket_connection_connect_callback (GSocket      *socket,
  * @address: a #GSocketAddress specifying the remote address.
  * @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
  *
  * Asynchronously connect @connection to the specified remote address.
  *