Description Usage Arguments Details Value Author(s)
Receive data (up to size
bytes) from a socket.
1 | gSocketReceiveFrom(object, size, cancellable = NULL, .errwarn = TRUE)
|
|
a |
|
the number of bytes you want to read from the socket |
|
a |
.errwarn |
Whether to issue a warning on error or fail silently |
If address
is non-NULL
then address
will be set equal to the
source the received packet.
See gSocketReceive
for additional information.
Since 2.22
A list containing the following elements:
retval |
[integer] Number of bytes read, or -1 on error |
|
a pointer to a |
|
a buffer to read data into (which should be at least |
|
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.