Function

ClutterCallback

Declaration

void
(* ClutterCallback) (
  ClutterActor* actor,
  gpointer data
)

Description [src]

Generic callback.

Parameters

actor ClutterActor
 

A ClutterActor.

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

User data.

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