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
boxed
object | null
Returns
void