gthreadedsocketservice: Mark source_object of run signal as nullable

This commit is contained in:
Sebastian Dröge 2020-06-02 13:40:54 +03:00
parent 3fd3a246f6
commit 4556bf1e24

View File

@ -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