Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/lib Modified Files: E_Lib.h e_main.c Log Message: export config panel through libe =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/E_Lib.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- E_Lib.h 14 Aug 2005 17:05:46 -0000 1.8 +++ E_Lib.h 19 Sep 2005 15:49:23 -0000 1.9 @@ -150,6 +150,8 @@ 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); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_main.c 14 Aug 2005 17:05:46 -0000 1.32 +++ e_main.c 19 Sep 2005 15:49:23 -0000 1.33 @@ -197,6 +197,12 @@ } 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) { char *tmp; ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs