Learn R Programming

RGtk2 (version 2.20.1)

gDataOutputStreamPutString: gDataOutputStreamPutString

Description

Puts a string into the output stream.

Usage

gDataOutputStreamPutString(object, str, cancellable = NULL, .errwarn = TRUE)

Arguments

str
a string.
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 string was successfully added to the stream.
  • errora GError, NULL to ignore.