elm_win: attempt to fix legacy header

I don't know what's going on here and I don't want to know.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8231
This commit is contained in:
Mike Blumenkrantz 2019-03-07 10:57:03 -05:00 committed by Cedric BAIL
parent b93361d921
commit 69daf53a94
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#ifndef ELM_WIN_EO_H
# define ELM_WIN_EO_H
/**
* @ingroup Elm_Win
*
@ -8,7 +11,7 @@
EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel);
EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj);
#if defined (EFL_EO_API_SUPPORT) && defined (EFL_BETA_API_SUPPORT)
/**
* @brief Set the window's autodel state.
*
@ -57,3 +60,6 @@ efl_ui_win_autodel_get(const Efl_Ui_Win *obj)
/**
* @}
*/
#endif
#endif