Handbook
Glossary
g_ucs4_to_utf16 ( str len items_read items_written error -- guint16 )
Vocabulary
glib
.
ffi
Inputs
str
an
object
len
an
object
items_read
an
object
items_written
an
object
error
an
object
Outputs
guint16
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
guint16
g_ucs4_to_utf16
(
gunichar
str,
glong
len,
glong
items_read,
glong
items_written, GError* error )