ObjectConstructParam

class ObjectConstructParam(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

The GObjectConstructParam struct is an auxiliary structure used to hand #GParamSpec/#GValue pairs to the @constructor of a #GObjectClass.

Constructors

Link copied to clipboard
constructor()

Allocate a new ObjectConstructParam.

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

Allocate a new ObjectConstructParam using the provided AutofreeScope.

constructor(pspec: ParamSpec?, value: Value?)

Allocate a new ObjectConstructParam.

constructor(pspec: ParamSpec?, value: Value?, scope: <Error class: unknown class>)

Allocate a new ObjectConstructParam using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val gobjectObjectConstructParamPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

the #GParamSpec of the construct parameter

Link copied to clipboard
var value: Value?

the value to set the parameter to

Functions

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