onRun

fun onRun(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (connection: SocketConnection, <Error class: unknown class>?) -> Boolean): <Error class: unknown class>(source)

The ::run signal is emitted in a worker thread in response to an incoming connection. This thread is dedicated to handling

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: connection a new #GSocketConnection object.; sourceObject the source_object passed to g_socket_listener_add_address().. Returns true to stop further signal handlers from being called