Method
ClutterActorremove_effect
since: 1.4
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
-
Type:
ClutterEffect
A
ClutterEffect
.The data is owned by the caller of the function.