Value.setStaticBoxed
void setStaticBoxed(const(void) * vBoxed = null)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.
Parameters
vBoxed | static boxed value to be set |