Function

Cluttervalue_get_units

Declaration [src]

const ClutterUnits*
clutter_value_get_units (
  const GValue* value
)

Description [src]

Gets the ClutterUnits contained in value.

Available since:0.8

Parameters

value GValue
 

A GValue initialized to CLUTTER_TYPE_UNITS.

 The data is owned by the caller of the function.

Return value

Returns: ClutterUnits
 

The units inside the passed GValue.

 The data is owned by the called function.