GMemoryOutputStream
Streaming output operations on memory chunks
gMemoryOutputStreamNew(len)gMemoryOutputStreamGetData(object)gMemoryOutputStreamGetSize(object)gMemoryOutputStreamGetDataSize(object)gMemoryOutputStream(len)
GObject
+----GOutputStream
+----GMemoryOutputStreamGMemoryOutputStream implements
GSeekable.
GMemoryOutputStream is a class for using arbitrary
memory chunks as output for GIO streaming output operations.
GMemoryOutputStreamImplements GOutputStream for arbitrary memory chunks.
gMemoryOutputStream is the equivalent of gMemoryOutputStreamNew.
GReallocFunc(data, size)Changes the size of the memory block pointed to by data to
size bytes.
The function should have the same semantics as realloc().
datamemory block to reallocate
sizesize to reallocate data to
Returns: [R object] a pointer to the reallocated memory
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.