Enlightenment CVS committal Author : devilhorns Project : e_modules Module : weather
Dir : e_modules/weather Modified Files: e_mod_main.c Log Message: Fix EAPI warnings.Remove unused variables.General cleanups =================================================================== RCS file: /cvsroot/enlightenment/e_modules/weather/e_mod_main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_mod_main.c 21 Dec 2005 20:22:51 -0000 1.2 +++ e_mod_main.c 7 Jan 2006 23:27:38 -0000 1.3 @@ -62,13 +62,13 @@ static E_Config_DD *conf_edd; static E_Config_DD *conf_face_edd; -E_Module_Api e_modapi = +EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Weather" }; -void * +EAPI void * e_modapi_init(E_Module *module) { Weather *weather; @@ -78,7 +78,7 @@ return weather; } -int +EAPI int e_modapi_shutdown(E_Module *module) { Weather *weather; @@ -93,7 +93,7 @@ return 1; } -int +EAPI int e_modapi_save(E_Module *module) { Weather *weather; @@ -103,14 +103,14 @@ return 1; } -int +EAPI int e_modapi_info(E_Module *module) { module->icon_file = strdup(PACKAGE_DATA_DIR"/module_icon.png"); return 1; } -int +EAPI int e_modapi_about(E_Module *module) { e_module_dialog_show(_("Enlightenment Weather Module"), ------------------------------------------------------- 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