mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Merge branch 'threaded-socket-service-nullable-source-object' into 'master'
gthreadedsocketservice: Mark source_object of run signal as nullable See merge request GNOME/glib!1516
This commit is contained in:
commit
c93318953e
@ -226,7 +226,7 @@ g_threaded_socket_service_class_init (GThreadedSocketServiceClass *class)
|
||||
* GThreadedSocketService::run:
|
||||
* @service: the #GThreadedSocketService.
|
||||
* @connection: a new #GSocketConnection object.
|
||||
* @source_object: the source_object passed to g_socket_listener_add_address().
|
||||
* @source_object: (nullable): the source_object passed to g_socket_listener_add_address().
|
||||
*
|
||||
* The ::run signal is emitted in a worker thread in response to an
|
||||
* incoming connection. This thread is dedicated to handling
|
||||
|
Loading…
Reference in New Issue
Block a user