gSocketClientConnectAsync {RGtk2} | R Documentation |
This is the asynchronous version of gSocketClientConnect
.
gSocketClientConnectAsync(object, connectable, cancellable = NULL, callback, user.data = NULL)
|
a GTcpClient |
|
a |
|
a |
|
|
|
user data for the callback |
When the operation is finished callback
will be
called. You can then call gSocketClientConnectFinish
to get
the result of the operation.
Since 2.22
Derived by RGtkGen from GTK+ documentation