Description Usage Arguments Details Value Author(s)
Waits for condition
to become true on socket
. When the condition
is met, TRUE
is returned.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.