efl_ui: rename efl_ui_types.eot to efl_ui_drag_types.eot

Summary:
The current efl_ui_types.eot contains only enum Efl.Ui.Drag_Dir.
Therefore, it is renamed to efl_ui_drag_types.eot as follows.
src/lib/efl/interfaces/efl_ui_types.eot -> efl_ui_drag_types.eot

Reviewers: bu5hm4n, segfaultxavi, zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10387
This commit is contained in:
Jaehyun Cho 2019-10-15 09:06:48 -04:00 committed by Mike Blumenkrantz
parent 974ab41f25
commit c4c372c47d
4 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ extern EWAPI Eina_Error EFL_GFX_IMAGE_LOAD_ERROR_RECURSIVE_REFERENCE;
#endif /* EFL_BETA_API_SUPPORT */
#include "interfaces/efl_gfx_types.eot.h"
#include "interfaces/efl_ui_types.eot.h"
#include "interfaces/efl_ui_drag_types.eot.h"
typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command;
/* Interfaces */
@ -246,7 +246,7 @@ EAPI Efl_Object *efl_part(const Eo *obj, const char *name);
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "interfaces/efl_gfx_types.eot.h"
#include "interfaces/efl_ui_types.eot.h"
#include "interfaces/efl_ui_drag_types.eot.h"
#include "interfaces/efl_input_types.eot.h"
#include "interfaces/efl_text_types.eot.h"
#endif

View File

@ -1,6 +1,6 @@
/* FIXME: "dragable" is not as common as "draggable" outside EFL... */
import efl_ui_types;
import efl_ui_drag_types;
interface @beta Efl.Ui.Drag
{

View File

@ -120,7 +120,7 @@ pub_eo_files += pub_legacy_eo_files
pub_eo_types_files = [
'efl_gfx_types.eot',
'efl_ui_types.eot',
'efl_ui_drag_types.eot',
'efl_input_types.eot',
'efl_types.eot',
'efl_text_types.eot',