diff options
author | Sungtaek Hong <sth253.hong@samsung.com> | 2018-01-16 20:31:15 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2018-01-16 22:04:55 +0900 |
commit | 588995da317520fc92660b89b0864bb1f25abc09 (patch) | |
tree | 18105ad544539753c5cddea93224bb8c3f2bd8c4 /src/lib/evas/Evas_Eo.h | |
parent | 1da72770f385489c259f3200df3ba72adedb2471 (diff) |
efl_playable: split Efl.Player interface to Efl.Playable interface
Summary:
Efl.Player interface simply provides play functions,
but another interface which indicates Efl.Player will play is also
needed.
Test Plan: Run elementary_test->Efl.Animation tests
Reviewers: woohyun, conr2d, Jaehyun_Cho, jpeg, cedric
Differential Revision: https://phab.enlightenment.org/D5662
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index fcc7fc67fe..d6664a2ddd 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -61,14 +61,7 @@ | |||
61 | #include "canvas/efl_animation_group.eo.h" | 61 | #include "canvas/efl_animation_group.eo.h" |
62 | #include "canvas/efl_animation_group_parallel.eo.h" | 62 | #include "canvas/efl_animation_group_parallel.eo.h" |
63 | #include "canvas/efl_animation_group_sequential.eo.h" | 63 | #include "canvas/efl_animation_group_sequential.eo.h" |
64 | #include "canvas/efl_animation_object.eo.h" | 64 | #include "canvas/efl_animation_player.eo.h" |
65 | #include "canvas/efl_animation_object_alpha.eo.h" | ||
66 | #include "canvas/efl_animation_object_rotate.eo.h" | ||
67 | #include "canvas/efl_animation_object_scale.eo.h" | ||
68 | #include "canvas/efl_animation_object_translate.eo.h" | ||
69 | #include "canvas/efl_animation_object_group.eo.h" | ||
70 | #include "canvas/efl_animation_object_group_parallel.eo.h" | ||
71 | #include "canvas/efl_animation_object_group_sequential.eo.h" | ||
72 | 65 | ||
73 | #endif /* EFL_EO_API_SUPPORT */ | 66 | #endif /* EFL_EO_API_SUPPORT */ |
74 | 67 | ||