mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01: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:
parent
f5d4543139
commit
9e85f60ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user