TestLogMsg

class TestLogMsg(val glibTestLogMsgPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)

Skipped during bindings generation

  • field strings: Unsupported string with cType gchar**

  • field nums: Unsupported pointer to primitive type

Constructors

Link copied to clipboard
constructor()

Allocate a new TestLogMsg.

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

Allocate a new TestLogMsg using the provided AutofreeScope.

constructor(logType: TestLogType, nStrings: <Error class: unknown class>, nNums: <Error class: unknown class>)

Allocate a new TestLogMsg.

constructor(    logType: TestLogType,     nStrings: <Error class: unknown class>,     nNums: <Error class: unknown class>,     scope: <Error class: unknown class>)

Allocate a new TestLogMsg using the provided AutofreeScope.

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

Properties

Link copied to clipboard
val glibTestLogMsgPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val handle: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
var nNums: <Error class: unknown class>
Link copied to clipboard
var nStrings: <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
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
fun free()

Internal function for gtester to free test log messages, no ABI guarantees provided.

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