Learn R Programming

RGtk2 (version 2.20.1)

gDataOutputStreamPutInt32: gDataOutputStreamPutInt32

Description

Puts a signed 32-bit integer into the output stream.

Usage

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

Arguments

data
a integer.
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.
  • errora GError, NULL to ignore.