Description Usage Arguments Details Author(s)
Sets the blocking mode of the socket. In blocking mode
all operations block until they succeed or there is an error. In
non-blocking mode all functions return results immediately or
with a G_IO_ERROR_WOULD_BLOCK
error.
1 | gSocketSetBlocking(object, blocking)
|
|
a |
|
Whether to use blocking I/O or not. |
All sockets are created in blocking mode. However, note that the platform level socket is always non-blocking, and blocking mode is a GSocket level feature. Since 2.22
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.