Description Usage Arguments Details Value Author(s)
Checks on the readiness of socket
to perform operations.
The operations specified in condition
are checked for and masked
against the currently-satisfied conditions on socket
. The result
is returned.
1 | gSocketConditionCheck(object, condition)
|
|
a |
|
a |
It is meaningless to specify G_IO_ERR
or G_IO_HUP
in condition;
these conditions will always be set in the output if they are true.
This call never blocks. Since 2.22
[GIOCondition
] the GIOCondition
mask of the current state
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.