Method
ClutterStagepointing_input_foreach
Declaration [src]
gboolean
clutter_stage_pointing_input_foreach (
  ClutterStage* self,
  ClutterStageInputForeachFunc func,
  gpointer user_data
)
Parameters
- func
- 
            Type: ClutterStageInputForeachFuncIterator function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the method.