Handbook
Glossary
g_convert_with_fallback ( str len to_codeset from_codeset fallback bytes_read bytes_written error -- gchar* )
Vocabulary
glib
.
ffi
Inputs
str
an
object
len
an
object
to_codeset
an
object
from_codeset
an
object
fallback
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_convert_with_fallback
( gchar* str,
glong
len, gchar* to_codeset, gchar*
from_codeset, gchar* fallback,
gulong
bytes_read,
gulong
bytes_written, GError* error )