Method

ClutterUnitscopy

Declaration [src]

ClutterUnits*
clutter_units_copy (
  const ClutterUnits* units
)

Description [src]

Copies units.

Available since:1.0

Return value

Returns: ClutterUnits
 

The newly created copy of a ClutterUnits structure. Use clutter_units_free() to free the allocated resources.

 The caller of the method takes ownership of the data, and is responsible for freeing it.