Function

ClutterPathCallback

Declaration

void
(* ClutterPathCallback) (
  const ClutterPathNode* node,
  gpointer data
)

Description [src]

This function is passed to clutter_path_foreach() and will be called for each node contained in the path.

Available since:1.0

Parameters

node ClutterPathNode
 

The node.

 The data is owned by the caller of the function.
data gpointer
 

Optional data passed to the function.

 The argument can be NULL.
 The data is owned by the caller of the function.