Enlightenment CVS committal Author : devilhorns Project : e_modules Module : slideshow
Dir : e_modules/slideshow Modified Files: e_mod_main.c e_mod_config.c Log Message: Fix EAPI warnings.Remove unused variables.General cleanups =================================================================== RCS file: /cvsroot/enlightenment/e_modules/slideshow/e_mod_main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_mod_main.c 6 Jan 2006 21:12:54 -0000 1.6 +++ e_mod_main.c 7 Jan 2006 23:12:25 -0000 1.7 @@ -33,13 +33,13 @@ static void _set_bg(char *bg, Slide_Face *sf); /* public module routines. all modules must have these */ -E_Module_Api e_modapi = +EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Slideshow" }; -void +EAPI void *e_modapi_init(E_Module * m) { Slide *e; @@ -88,7 +88,7 @@ return e; } -int +EAPI int e_modapi_shutdown(E_Module *m) { Slide *s; @@ -114,7 +114,7 @@ return 1; } -int +EAPI int e_modapi_save(E_Module *m) { Slide *e; @@ -125,14 +125,14 @@ return 1; } -int +EAPI int e_modapi_info(E_Module * m) { m->icon_file = strdup(PACKAGE_DATA_DIR"/module_icon.png"); return 1; } -int +EAPI int e_modapi_about(E_Module * m) { e_module_dialog_show(_("Enlightenment Slide Show Module"), @@ -140,7 +140,7 @@ return 1; } -int +EAPI int e_modapi_config(E_Module *m) { Slide *s; =================================================================== RCS file: /cvsroot/enlightenment/e_modules/slideshow/e_mod_config.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_mod_config.c 6 Jan 2006 21:12:54 -0000 1.6 +++ e_mod_config.c 7 Jan 2006 23:12:25 -0000 1.7 @@ -27,7 +27,7 @@ static int _basic_apply_data(E_Config_Dialog *cfd, CFData *cfdata); /* Config Calls */ -void +EAPI void _config_slideshow_module(E_Container *con, Slide *s) { E_Config_Dialog *cfd; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs