summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_canvas_animation_group.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/canvas/efl_canvas_animation_group.eo')
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_group.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group.eo b/src/lib/evas/canvas/efl_canvas_animation_group.eo
index 13a0cd54f9..b75afac6ac 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_group.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_group.eo
@@ -18,7 +18,7 @@ abstract Efl.Canvas.Animation.Group (Efl.Canvas.Animation)
@in animation: Efl.Canvas.Animation; [[The animation which needs to be deleted from the animation group]]
}
}
- animations_get {
+ animations_get @const {
[[Get the animations of the animation group.]]
return: list<Efl.Canvas.Animation>; [[The animations of the animation group]]
}