Handbook
Glossary
g_zlib_compressor_new ( format level -- GZlibCompressor* )
Vocabulary
gio
.
ffi
Inputs
format
an
object
level
an
object
Outputs
GZlibCompressor*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GZlibCompressor*
g_zlib_compressor_new
(
GZlibCompressorFormat
format,
gint
level )