gDataOutputStreamPutString: gDataOutputStreamPutString

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Puts a string into the output stream.

Usage

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

Arguments

object

a GDataOutputStream.

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.

error

a GError, NULL to ignore.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.