Description Usage Arguments Details Value Author(s)
Tries to send size
bytes from buffer
to address
. If address
is
NULL
then the message is sent to the default receiver (set by
gSocketConnect
).
1 2 | gSocketSendTo(object, address, buffer, size, cancellable = NULL,
.errwarn = TRUE)
|
|
a |
|
a |
|
the buffer containing the data to send. |
|
the number of bytes to send |
|
a |
.errwarn |
Whether to issue a warning on error or fail silently |
See gSocketSend
for additional information.
Since 2.22
A list containing the following elements:
retval |
[integer] Number of bytes written (which may be less than |
|
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.