Summary:
After applying eo to elm_flipselector_item,
APIs in elm_flipselector_common.h are generated by eolian.
elm_flipselector_common.h is no more necessary.
Reviewers: Hermet, cedric
Reviewed By: cedric
Subscribers: Hermet
Differential Revision: https://phab.enlightenment.org/D2867
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
elm_flip_eo.h \
elm_flip_legacy.h \
elm_flipselector.h \
-elm_flipselector_common.h \
elm_flipselector_eo.h \
elm_flipselector_legacy.h \
elm_focus.h \
* @{
*/
-#include "elm_flipselector_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_flipselector_eo.h"
#endif
+++ /dev/null
-EAPI void elm_flipselector_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);
-
-EAPI Eina_Bool elm_flipselector_item_selected_get(const Elm_Object_Item *it);
-
-EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it);
-
-EAPI Elm_Object_Item *elm_flipselector_item_next_get(const Elm_Object_Item *it);
-