Description Usage Arguments Details Value Author(s)
Creates a new GMemoryOutputStream
.
1 |
|
the size of |
If data
is non-NULL
, the stream will use that for its internal storage.
If realloc.fn
is non-NULL
, it will be used for resizing the internal
storage when necessary. To construct a fixed-size output stream,
pass NULL
as realloc.fn
.
1 2 3 4 | ## a stream that can grow
stream <- gMemoryOutputStream(0)
## fixed-size streams are not supported
|
A list containing the following elements:
retval |
[ |
|
pointer to a chunk of memory to use, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.