1 #ifndef ELM_WIN_EO_H
2 # define ELM_WIN_EO_H
3 
4 /**
5  * @ingroup Elm_Win_Group
6  *
7  * @{
8  */
9 
10 #include "efl_ui_win.eo.h"
11 
12 EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel);
13 EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj);
14 
15 
16 
17 /**
18  * @}
19  */
20 
21 #endif
22