SocketListener.acceptAsync

This is the asynchronous version of g_socket_listener_accept(). When the operation is finished callback will be called. You can then call g_socket_listener_accept_socket() to get the result of the operation. Since 2.22

class SocketListener
void
acceptAsync

Parameters

cancellable Cancellable

a GCancellable, or NULL. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback. [scope async]

userData void*

user data for the callback. closure

Meta