gSocketConditionWait
Waits for condition
to become true on socket
. When the condition
is met, TRUE
is returned.
gSocketConditionWait(object, condition, cancellable = NULL, .errwarn = TRUE)
|
a |
|
a |
|
a |
.errwarn |
Whether to issue a warning on error or fail silently |
If cancellable
is cancelled before the condition is met then FALSE
is returned and error
, if non-NULL
, is set to G_IO_ERROR_CANCELLED
.
Since 2.22
A list containing the following elements:
retval |
[logical] |
|
a |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.