Function
Cluttervalue_set_units
since: 13
Declaration [src]
void
clutter_value_set_units (
GValue* value,
const ClutterUnits* units
)
Parameters
value
-
Type:
GValue
A
GValue
initialized toCLUTTER_TYPE_UNITS
.The data is owned by the caller of the function. units
-
Type:
ClutterUnits
The units to set.
The data is owned by the caller of the function.