Handbook
Glossary
g_memory_output_stream_new ( data size realloc_function destroy_function -- GOutputStream* )
Vocabulary
gio
.
ffi
Inputs
data
an
object
size
an
object
realloc_function
an
object
destroy_function
an
object
Outputs
GOutputStream*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GOutputStream*
g_memory_output_stream_new
(
gpointer
data,
gulong
size,
GReallocFunc
realloc_function,
GDestroyNotify
destroy_function )