From 09ce84bbadc3fb21311e5dbff7c09d74a2ef4d55 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Tue, 29 Jan 2019 19:16:34 +0900 Subject: efl_gfx_image_animation_controller: Rename '*.Image_Animation_*' to '*.Frame_*' Summary: Efl.Gfx.Image_Animation_Controller name refers to the control of an animatable image. However, the method we use is closer to controlling the frame. We can change the name to Efl.Gfx.Frame_Controller and enhance the functionality of the frame control. Test Plan: N/A Reviewers: Hermet Reviewed By: Hermet Subscribers: segfaultxavi, cedric, woohyun, #reviewers, Jaehyun_Cho, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7769 --- src/lib/efl/Efl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/efl/Efl.h') diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 46bd09b4ee..f4c79916ab 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h @@ -86,7 +86,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; #include "interfaces/efl_duplicate.eo.h" #include "interfaces/efl_file.eo.h" #include "interfaces/efl_gfx_image.eo.h" -#include "interfaces/efl_gfx_image_animation_controller.eo.h" +#include "interfaces/efl_gfx_frame_controller.eo.h" #include "interfaces/efl_gfx_image_load_controller.eo.h" #include "interfaces/efl_part.eo.h" #include "interfaces/efl_playable.eo.h" @@ -227,7 +227,7 @@ EAPI Eina_Future *efl_ui_view_factory_create_with_event(Efl_Ui_Factory *factory, #include "interfaces/efl_gfx_fill.eo.legacy.h" #include "interfaces/efl_gfx_entity.eo.legacy.h" #include "interfaces/efl_gfx_image.eo.legacy.h" -#include "interfaces/efl_gfx_image_animation_controller.eo.legacy.h" +#include "interfaces/efl_gfx_frame_controller.eo.legacy.h" #include "interfaces/efl_input_device.eo.legacy.h" #include "interfaces/efl_text_types.eot.h" #endif -- cgit v1.2.1