This is the asynchronous version of Socket.clientConnect.
When the operation is finished callback will be called. You can then call Socket.clientConnectFinish to get the result of the operation.
a GSocketConnectable specifying the remote address.
a gio.Cancellable, or NULL
a GAsyncReadyCallback
user data for the callback
2.22
This is the asynchronous version of Socket.clientConnect.
When the operation is finished callback will be called. You can then call Socket.clientConnectFinish to get the result of the operation.