IConv
The GIConv struct wraps an iconv() conversion descriptor. It contains private data and should only be accessed using the following functions.
Skipped during bindings generation
method
iconv
: In/Out parameter is not supported
Functions
Link copied to clipboard
Registers a cleaner to be executed when this proxy object is garbage collected.
Link copied to clipboard
Same as the standard UNIX routine iconv_close(), but may be implemented via libiconv on UNIX flavors that lack a native implementation. Should be called to clean up the conversion descriptor from g_iconv_open() when you are done converting things.
Link copied to clipboard
Link copied to clipboard
Removes a previously registered cleaner from this proxy object.