Handbook
Glossary
g_locale_to_utf8 ( opsysstring len bytes_read bytes_written error -- gchar* )
Vocabulary
glib
.
ffi
Inputs
opsysstring
an
object
len
an
object
bytes_read
an
object
bytes_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_locale_to_utf8
( gchar* opsysstring,
glong
len,
gulong
bytes_read,
gulong
bytes_written, GError* error )