gMemoryOutputStreamGetData {RGtk2}R Documentation

gMemoryOutputStreamGetData

Description

Gets any loaded data from the ostream.

Usage

gMemoryOutputStreamGetData(object)

Arguments

object

a GMemoryOutputStream

Details

Note that the returned pointer may become invalid on the next write or truncate operation on the stream.

Value

[R object] pointer to the stream's data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]