g_convert_with_fallback ( str len to_codeset from_codeset fallback bytes_read bytes_written error -- gchar* )


Vocabulary
glib.ffi

Inputs
stran object
lenan object
to_codesetan object
from_codesetan object
fallbackan object
bytes_readan object
bytes_writtenan object
erroran object


Outputs
gchar*an object


Definition


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 )