Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / conf_paths / e_mod_main.h
1 #ifndef E_MOD_MAIN_H
2 #define E_MOD_MAIN_H
3
4 #define E_TYPEDEFS 1
5 #include "e_int_config_paths.h"
6 #include "e_int_config_env.h"
7
8 #undef E_TYPEDEFS
9 #include "e_int_config_paths.h"
10 #include "e_int_config_env.h"
11
12 EAPI extern E_Module_Api e_modapi;
13
14 EAPI void *e_modapi_init     (E_Module *m);
15 EAPI int   e_modapi_shutdown (E_Module *m);
16 EAPI int   e_modapi_save     (E_Module *m);
17
18 /**
19  * @addtogroup Optional_Conf
20  * @{
21  *
22  * @defgroup Module_Conf_Paths Paths & Environment Configuration
23  *
24  * Configures where to search for fonts, icons, images, themes,
25  * walpapers and others.
26  *
27  * Can also configure environment variables used and propagated by
28  * Enlightenment to child process and applications.
29  *
30  * @}
31  */
32 #endif