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:
Philip Withnall 2020-06-02 11:54:23 +00:00
commit c93318953e

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