enlightenment/src/modules/conf_dialogs/e_mod_main.h

19 lines
463 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
E_Config_Dialog *e_int_config_profiles(Evas_Object *parent, const char *params EINA_UNUSED);
E_Config_Dialog *e_int_config_dialogs(Evas_Object *parent, const char *params EINA_UNUSED);
/**
* @addtogroup Optional_Conf
* @{
*
* @defgroup Module_Conf_Dialogs Configuration Dialogs
*
* Controls how configuration dialogs behave (basic or advanced), as
* well as the configuration profile in use.
*
* @}
*/
#endif