GMemoryOutputStream
Streaming output operations on memory chunks
gMemoryOutputStreamNew(len)
gMemoryOutputStreamGetData(object)
gMemoryOutputStreamGetSize(object)
gMemoryOutputStreamGetDataSize(object)
gMemoryOutputStream(len)
GObject +----GOutputStream +----GMemoryOutputStream
GMemoryOutputStream implements
GSeekable
.
GMemoryOutputStream
is a class for using arbitrary
memory chunks as output for GIO streaming output operations.
GMemoryOutputStream
Implements 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()
.
data
memory block to reallocate
size
size 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.