GConverterIface

Provides an interface for converting data from one type to another type. The conversion can be stateful and may fail at any place. GTypeInterface g_iface; The parent interface. convert () Converts data. reset () Reverts the internal state of the converter to its initial state. Since 2.24

Members

Variables

convert
GConverterResult function(GConverter* converter, void* inbuf, gsize inbufSize, void* outbuf, gsize outbufSize, GConverterFlags flags, gsize* bytesRead, gsize* bytesWritten, GError** error) convert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gIface
GTypeInterface gIface;
Undocumented in source.
reset
void function(GConverter* converter) reset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta