Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy_config.h etk_location_add_dialog.h Log Message: * Small change to default config - assume that the core will place quotes around filenames, therefore no need to put them in the app lines * Support right click menu removal of location entries, and associated API. This doesn't destroy the associated plugin instance, and its message consumer, yet - but the hooks are there =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_config.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- entropy_config.h 20 Mar 2006 11:58:56 -0000 1.8 +++ entropy_config.h 22 Mar 2006 11:04:52 -0000 1.9 @@ -52,7 +52,8 @@ Evas_List* entropy_config_standard_structures_parse (entropy_gui_component_instance * instance, char *config); -void entropy_config_standard_structures_add (entropy_gui_component_instance * instance, char *name, char *uri); +Entropy_Config_Structure* entropy_config_standard_structures_add (char *name, char *uri); +void entropy_config_standard_structure_remove(Entropy_Config_Structure* structure); void entropy_config_standard_structures_create (); void entropy_config_eet_config_save(); void entropy_config_version_check(); =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/etk_location_add_dialog.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk_location_add_dialog.h 24 Feb 2006 23:19:48 -0000 1.2 +++ etk_location_add_dialog.h 22 Mar 2006 11:04:52 -0000 1.3 @@ -26,14 +26,15 @@ Etk_Widget* password_widget_label; Etk_Widget* password_widget_entry; - void (*add_callback)(entropy_gui_component_instance*, char*, char*); + void (*add_callback)(entropy_gui_component_instance*, + Entropy_Config_Structure*); int screen_id; char* selected_uri; }; void etk_location_add_dialog_create(entropy_gui_component_instance* instance, - void (*add_callback)(entropy_gui_component_instance*, char*, char*) ); + void (*add_callback)(entropy_gui_component_instance*, Entropy_Config_Structure*) ); #endif ------------------------------------------------------- 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