Skip to content

API Reference / @gtkx/runtime / setBoxedValue

Function: setBoxedValue()

setBoxedValue(value, boxed): void

Defined in: runtime/dist/value.d.ts:10

Stores a boxed object, or null, into a GValue that holds a boxed type.

Parameters

value

ExternalObject<Handle>

boxed

object | null

Returns

void

Released under the MPL-2.0 License.