mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
socketclient: annotate the connection param of "event" as nullable
When emitting the RESOLVING/RESOLVED events the connection param is set to NULL.
This commit is contained in:
@@ -767,7 +767,7 @@ g_socket_client_class_init (GSocketClientClass *class)
|
||||
* @client: the #GSocketClient
|
||||
* @event: the event that is occurring
|
||||
* @connectable: the #GSocketConnectable that @event is occurring on
|
||||
* @connection: the current representation of the connection
|
||||
* @connection: (nullable): the current representation of the connection
|
||||
*
|
||||
* Emitted when @client's activity on @connectable changes state.
|
||||
* Among other things, this can be used to provide progress
|
||||
|
Reference in New Issue
Block a user