Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy.h entropy_config.h Log Message: * Make the addition (and saving) of new mime types and descriptions possible again * Cleanups in ewl list viewer * More generic config work * Cleanup in etk location add dialog =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- entropy.h 18 Mar 2006 08:04:11 -0000 1.23 +++ entropy.h 19 Mar 2006 00:35:26 -0000 1.24 @@ -101,7 +101,7 @@ void entropy_free(void* ref); char* entropy_core_descent_for_mime_get(entropy_core*, char*); Entropy_Config_Mime_Binding_Action* entropy_core_mime_hint_get(char* mime_type, int key); -void entropy_core_mime_action_add(char* mime_type, char* action); +void entropy_core_mime_action_add(char* mime_type, char* desc); /*Object Assocation*/ void entropy_core_object_file_associate(void* object, entropy_generic_file* file); =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- entropy_config.h 16 Mar 2006 12:22:01 -0000 1.5 +++ entropy_config.h 19 Mar 2006 00:35:26 -0000 1.6 @@ -6,6 +6,7 @@ #include <Evas.h> struct Entropy_Config_Mime_Binding { + char* desc; char* mime_type; Evas_List* actions; }; @@ -47,8 +48,8 @@ void entropy_config_standard_structures_add (entropy_gui_component_instance * instance, char *name, char *uri); -void -entropy_config_standard_structures_create (); +void entropy_config_standard_structures_create (); +void entropy_config_eet_config_save(); #define ENTROPY_CONFIG_INT_UNDEFINED 65535 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs