IConv

class IConv(val glibIConvPointer: <Error class: unknown class>) : ProxyInstance(source)

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

Constructors

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

Types

Link copied to clipboard
object Companion

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
open override fun addCleaner(cleaner: <Error class: unknown class>): Boolean

Registers a cleaner to be executed when this proxy object is garbage collected.

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
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun removeCleaner(cleaner: <Error class: unknown class>): Boolean

Removes a previously registered cleaner from this proxy object.