BehaviourForeachFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "1.6" , since = "0.2" ) ]
public delegate void BehaviourForeachFunc (Behaviour behaviour, Actor actor)

Warning: BehaviourForeachFunc is deprecated since 1.6.

This function is passed to actors_foreach and will be called for each actor driven by behaviour.

Parameters:

behaviour

the Behaviour

actor

an actor driven by behaviour

data

optional data passed to the function


Namespace: Clutter
Package: clutter-1.0