Value.setStaticBoxed

Set the contents of a G_TYPE_BOXED derived GValue to v_boxed. The boxed value is assumed to be static, and is thus not duplicated when setting the GValue.

class Value
void
setStaticBoxed
(
void* vBoxed
)

Parameters

vBoxed void*

static boxed value to be set. [allow-none]

Meta