Home
last modified time | relevance | path

Searched refs:_e_module_dialog_disable_create (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_module.c12 static void _e_module_dialog_disable_create(const char *title, const char *body, E_Module *m);
206 _e_module_dialog_disable_create(_("Error loading Module"), body, m); in e_module_new()
219 _e_module_dialog_disable_create(_("Error loading Module"), body, m); in e_module_new()
238 _e_module_dialog_disable_create(_("Error loading Module"), body, m); in e_module_new()
260 _e_module_dialog_disable_create(title, body, m); in e_module_new()
610 _e_module_dialog_disable_create(const char *title, const char *body, E_Module *m) in _e_module_dialog_disable_create() function