Handbook
Glossary
g_convert_with_iconv ( str len converter bytes_read bytes_written error -- guint8* )
Vocabulary
glib
.
ffi
Inputs
str
an
object
len
an
object
converter
an
object
bytes_read
an
object
bytes_written
an
object
error
an
object
Outputs
guint8*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
guint8*
g_convert_with_iconv
( guint8* str,
gssize
len, GIConv* converter, gsize*
bytes_read, gsize* bytes_written, GError* error )