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