Handbook
Glossary
g_bytes_new_from_bytes ( bytes offset length -- GBytes* )
Vocabulary
glib
.
ffi
Inputs
bytes
an
object
offset
an
object
length
an
object
Outputs
GBytes*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GBytes*
g_bytes_new_from_bytes
( GBytes* bytes,
gsize
offset,
gsize
length )