Method
ClutterActorremove_effect
Declaration [src]
void
clutter_actor_remove_effect (
ClutterActor* self,
ClutterEffect* effect
)
Description [src]
Removes effect
from the list of effects applied to self
The reference held by self
on the ClutterEffect
will be released.
Available since: | 1.4 |
Parameters
effect |
ClutterEffect |
A |
|
The data is owned by the caller of the function. |