flip: Fix invalid use of EOAPI in legacy header

This compiled fine with GCC but not with TCC.

@fix
This commit is contained in:
Jean-Philippe Andre 2017-09-14 14:47:33 +09:00
parent 3e65945d5b
commit 81f3099f32
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ EAPI double elm_flip_interaction_direction_hitsize_get(Efl_Ui_Flip *obj, Elm_Fli
* *
* @ingroup Efl_Ui_Flip * @ingroup Efl_Ui_Flip
*/ */
EOAPI void elm_flip_interaction_direction_enabled_set(Efl_Ui_Flip *obj, Elm_Flip_Direction dir, Eina_Bool enabled); EAPI void elm_flip_interaction_direction_enabled_set(Efl_Ui_Flip *obj, Elm_Flip_Direction dir, Eina_Bool enabled);
/** /**
* @brief Get the enabled state of that flip direction. * @brief Get the enabled state of that flip direction.
@ -97,7 +97,7 @@ EOAPI void elm_flip_interaction_direction_enabled_set(Efl_Ui_Flip *obj, Elm_Flip
* *
* @ingroup Efl_Ui_Flip * @ingroup Efl_Ui_Flip
*/ */
EOAPI Eina_Bool elm_flip_interaction_direction_enabled_get(Efl_Ui_Flip *obj, Elm_Flip_Direction dir); EAPI Eina_Bool elm_flip_interaction_direction_enabled_get(Efl_Ui_Flip *obj, Elm_Flip_Direction dir);
/** /**
* @brief Add a new flip to the parent * @brief Add a new flip to the parent