Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gMemoryOutputStreamGetSize

gMemoryOutputStreamGetSize


Description

Gets the size of the currently allocated data area (availible from gMemoryOutputStreamGetData). If the stream isn't growable (no realloc was passed to gMemoryOutputStreamNew) then this is the maximum size of the stream and further writes will return G_IO_ERROR_NO_SPACE.

Usage

gMemoryOutputStreamGetSize(object)

Arguments

Details

Note that for growable streams the returned size may become invalid on the next write or truncate operation on the stream.

If you want the number of bytes currently written to the stream, use gMemoryOutputStreamGetDataSize.

Value

[numeric] the number of bytes allocated for the data buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.