SocketClient.connectToHostAsync

This is the asynchronous version of g_socket_client_connect_to_host().

When the operation is finished @callback will be called. You can then call g_socket_client_connect_to_host_finish() to get the result of the operation.

class SocketClient
void
connectToHostAsync

Parameters

hostAndPort string

the name and optionally the port of the host to connect to

defaultPort ushort

the default port to connect to

cancellable Cancellable

a #GCancellable, or %NULL

callback GAsyncReadyCallback

a #GAsyncReadyCallback

userData void*

user data for the callback

Meta

Since

2.22