You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
555 B
21 lines
555 B
#ifndef E_MOD_MAIN_H |
|
#define E_MOD_MAIN_H |
|
|
|
E_Config_Dialog *e_int_config_env(E_Container *con, const char *params __UNUSED__); |
|
E_Config_Dialog *e_int_config_paths(E_Container *con, const char *params __UNUSED__); |
|
|
|
/** |
|
* @addtogroup Optional_Conf |
|
* @{ |
|
* |
|
* @defgroup Module_Conf_Paths Paths & Environment Configuration |
|
* |
|
* Configures where to search for fonts, icons, images, themes, |
|
* walpapers and others. |
|
* |
|
* Can also configure environment variables used and propagated by |
|
* Enlightenment to child process and applications. |
|
* |
|
* @} |
|
*/ |
|
#endif
|
|
|