export config panel through libe

SVN revision: 16772
This commit is contained in:
handyande 2005-09-19 15:49:23 +00:00 committed by handyande
parent 6962ca9292
commit aea817750f
2 changed files with 8 additions and 0 deletions

View File

@ -150,6 +150,8 @@ extern "C" {
EAPI void e_lib_restart (void);
EAPI void e_lib_quit (void);
EAPI void e_lib_configuration_panel_show (void);
/* E module manipulation */
EAPI void e_lib_module_enabled_set (const char *module, int enable);
EAPI void e_lib_module_loaded_set (const char *module, int load);

View File

@ -196,6 +196,12 @@ e_lib_quit(void)
_e_ipc_call(E_IPC_OP_SHUTDOWN, NULL);
}
void
e_lib_configuration_panel_show(void)
{
_e_ipc_call(E_IPC_OP_CONFIGURATION_PANEL_SHOW, NULL);
}
void
e_lib_module_enabled_set(const char *module, int enable)
{