RGtk2 (version 2.20.31)

gDataOutputStreamPutByte: gDataOutputStreamPutByte

Description

Puts a byte into the output stream.

Usage

gDataOutputStreamPutByte(object, data, cancellable = NULL, .errwarn = TRUE)

Arguments

data
a raw.
cancellable
optional GCancellable object, NULL to ignore.
.errwarn
Whether to issue a warning on error or fail silently

Value

A list containing the following elements:
retval
[logical] TRUE if data was successfully added to the stream.
error
a GError, NULL to ignore.