Method

ClutterKnotcopy

Declaration [src]

ClutterKnot*
clutter_knot_copy (
  const ClutterKnot* knot
)

Description [src]

Makes an allocated copy of a knot.

Available since:0.2

Return value

Returns: ClutterKnot
 

The copied knot.

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