IConv

class IConv(pointer: <Error class: unknown class>) : ProxyInstance

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

  • function open: Return type IConv is unsupported

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class>)

Properties

Link copied to clipboard
val glibIConvPointer: <Error class: unknown class>
Link copied to clipboard
open override val handle: <Error class: unknown class>?

Functions

Link copied to clipboard
fun close(): <Error class: unknown class>

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
open operator override fun equals(other: Any?): Boolean

Compare two proxy instances for equality. This will compare both the type of the instances, and their memory addresses.

Link copied to clipboard
open override fun hashCode(): Int