e_mod_effect: use e_comp_client_override_add/del in show/hide effect
[platform/core/uifw/e-mod-tizen-effect.git] / src / e_mod_main.h
1 #ifndef E_MOD_MAIN_H
2 #define E_MOD_MAIN_H
3
4 #include <e.h>
5
6 /*** E Module ***/
7 EAPI extern E_Module_Api e_modapi;
8
9 EAPI void *e_modapi_init     (E_Module *m);
10 EAPI int   e_modapi_shutdown (E_Module *m);
11 EAPI int   e_modapi_save     (E_Module *m);
12
13 #endif