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
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