DebugKey

class DebugKey(val glibDebugKeyPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)

Associates a string with a bit flag. Used in g_parse_debug_string().

Constructors

Link copied to clipboard
constructor()

Allocate a new DebugKey.

constructor(scope: <Error class: unknown class>)

Allocate a new DebugKey using the provided AutofreeScope.

constructor(key: String?, value: <Error class: unknown class>)

Allocate a new DebugKey.

constructor(key: String?, value: <Error class: unknown class>, scope: <Error class: unknown class>)

Allocate a new DebugKey using the provided AutofreeScope.

constructor(glibDebugKeyPointer: <Error class: unknown class><<Error class: unknown class>>)

Properties

Link copied to clipboard
val glibDebugKeyPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val handle: <Error class: unknown class>
Link copied to clipboard
var key: String?

the string

Link copied to clipboard
var value: <Error class: unknown class>

the flag

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

Link copied to clipboard
open override fun toString(): String