elementary: add missed type for legacy.

Summary:
We've been missed type of class name.

Add legacy class name to maintain compatibility.

@fix

Reviewers: jpeg, woohyun, Jaehyun_Cho

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5749

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Woochan Lee 2018-03-06 17:52:53 -08:00 committed by Cedric Bail
parent 533537c0f2
commit eb865ab537
14 changed files with 30 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#include "efl_ui_flip.eo.legacy.h" #include "efl_ui_flip.eo.legacy.h"
typedef Eo Elm_Flip;
typedef Efl_Ui_Flip_Interaction Elm_Flip_Interaction; typedef Efl_Ui_Flip_Interaction Elm_Flip_Interaction;
#define ELM_FLIP_INTERACTION_NONE EFL_UI_FLIP_INTERACTION_NONE #define ELM_FLIP_INTERACTION_NONE EFL_UI_FLIP_INTERACTION_NONE

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Frame;
/** /**
* @brief Add a new frame to the parent * @brief Add a new frame to the parent
* *
@ -8,4 +10,4 @@
*/ */
EAPI Evas_Object *elm_frame_add(Evas_Object *parent); EAPI Evas_Object *elm_frame_add(Evas_Object *parent);
#include "efl_ui_frame.eo.legacy.h" #include "efl_ui_frame.eo.legacy.h"

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Video;
/** /**
* @brief Add a new Elm_Player object to the given parent Elementary (container) object. * @brief Add a new Elm_Player object to the given parent Elementary (container) object.
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Multibuttonentry;
/** /**
* @brief Add a new multibuttonentry to the parent * @brief Add a new multibuttonentry to the parent
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Bg;
/** /**
* @brief Identifiers on how a background widget is to display its image * @brief Identifiers on how a background widget is to display its image
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Button;
/** /**
* Add a new button to the parent's canvas * Add a new button to the parent's canvas
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Check;
/** /**
* @brief Add a new Check object * @brief Add a new Check object
* *

View File

@ -214,6 +214,8 @@ typedef enum
ELM_DATETIME_AMPM = 5 /**< Indicates AM/PM field . */ ELM_DATETIME_AMPM = 5 /**< Indicates AM/PM field . */
} Elm_Datetime_Field_Type; } Elm_Datetime_Field_Type;
typedef Eo Elm_Datetime;
/** /**
* @brief Adds a new datetime Widget * @brief Adds a new datetime Widget
* *

View File

@ -25,6 +25,8 @@ struct _Elm_Layout_Part_Alias_Description
* with "elm.content.swallow" on this one */ * with "elm.content.swallow" on this one */
}; };
typedef Eo Elm_Layout;
typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description; typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description;
/** /**

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Panes;
/** /**
* Add a new panes widget to the given parent Elementary * Add a new panes widget to the given parent Elementary
* (container) object. * (container) object.

View File

@ -1,5 +1,7 @@
#include "interfaces/efl_ui_zoom.eo.legacy.h" #include "interfaces/efl_ui_zoom.eo.legacy.h"
typedef Eo Elm_Photocam;
/** /**
* @brief Add a new Photocam object * @brief Add a new Photocam object
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Progressbar;
/** /**
* Add a new progress bar widget to the given parent Elementary * Add a new progress bar widget to the given parent Elementary
* (container) object * (container) object
@ -283,4 +285,4 @@ EAPI void elm_progressbar_part_value_set(Evas_Object *obj, const char *part, dou
*/ */
EAPI double elm_progressbar_part_value_get(const Evas_Object *obj, const char *part); EAPI double elm_progressbar_part_value_get(const Evas_Object *obj, const char *part);
#include "efl_ui_progressbar.eo.legacy.h" #include "efl_ui_progressbar.eo.legacy.h"

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Radio;
/** /**
* @brief Add a new radio to the parent * @brief Add a new radio to the parent
* *

View File

@ -1,3 +1,5 @@
typedef Eo Elm_Slider;
/** /**
* Add a new slider widget to the given parent Elementary * Add a new slider widget to the given parent Elementary
* (container) object. * (container) object.