Method

ClutterPaintVolumecopy

Declaration [src]

ClutterPaintVolume*
clutter_paint_volume_copy (
  const ClutterPaintVolume* pv
)

Description [src]

Copies pv into a new ClutterPaintVolume.

Available since:1.6

Return value

Returns: ClutterPaintVolume
 

A newly allocated copy of a ClutterPaintVolume.

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