Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy_config.h Log Message: * Config load/save =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_config.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- entropy_config.h 31 Aug 2006 13:09:34 -0000 1.12 +++ entropy_config.h 1 Sep 2006 11:07:51 -0000 1.13 @@ -56,7 +56,7 @@ void entropy_config_destroy(Entropy_Config* config); char* entropy_config_str_get(char* module, char* key); void entropy_config_str_set(char* module, char* key, char* value); - +int entropy_config_misc_is_set(char*); Evas_List* entropy_config_standard_structures_parse (entropy_gui_component_instance * instance, char *config); Entropy_Config_Structure* entropy_config_standard_structures_add (char *name, char *uri); @@ -72,9 +72,11 @@ Entropy_Config_Structure* entropy_config_structure_new(char* name, char* uri); void entropy_config_items_init(); -void entropy_config_misc_item_set_str(char* item, char* value); -char* entropy_config_misc_item_get_str(char* item); +void entropy_config_misc_item_str_set(char* item, char* value, int loc); +char* entropy_config_misc_item_str_get(char* item); #define ENTROPY_CONFIG_INT_UNDEFINED 65535 +#define ENTROPY_CONFIG_LOC_HASH 0 +#define ENTROPY_CONFIG_LOC_LIST 1 #endif ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs