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