Method
GObjectValueset_static_boxed
Declaration [src]
void
g_value_set_static_boxed (
GValue* value,
gconstpointer v_boxed
)
Description [src]
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
.