Function
Cluttervalue_get_units
since: 13
Declaration [src]
const ClutterUnits*
clutter_value_get_units (
const GValue* value
)
Parameters
value
-
Type:
GValue
A
GValue
initialized toCLUTTER_TYPE_UNITS
.The data is owned by the caller of the function.
Return value
Type: ClutterUnits
The units inside the passed GValue
The data is owned by the called function. |