gDataOutputStreamPutUint32: gDataOutputStreamPutUint32

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Puts an unsigned 32-bit integer into the stream.

Usage

1
2
gDataOutputStreamPutUint32(object, data, cancellable = NULL, 
    .errwarn = TRUE)

Arguments

object

a GDataOutputStream.

data

a numeric.

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


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