Description Usage Arguments Details Value Author(s)
Tries to write count
bytes from buffer
into the stream. Will block
during the operation.
1 2 | gOutputStreamWriteAll(object, buffer, bytes.written, cancellable = NULL,
.errwarn = TRUE)
|
|
a |
|
the buffer containing the data to write. |
|
location to store the number of bytes that was written to the stream |
|
optional |
.errwarn |
Whether to issue a warning on error or fail silently |
This function is similar to gOutputStreamWrite
, except it tries to
write as many bytes as requested, only stopping on an error.
On a successful write of count
bytes, TRUE
is returned, and bytes.written
is set to count
.
If there is an error during the operation FALSE is returned and error
is set to indicate the error status, bytes.written
is updated to contain
the number of bytes written into the stream before the error occurred.
A list containing the following elements:
retval |
[logical] |
|
location to store the error occuring, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.