Enlightenment CVS committal
Author : chaos
Project : e17
Module : proto
Dir : e17/proto/entropy/src/include
Modified Files:
entropy_config.h
Log Message:
* More config dialog work - nearly there.
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_config.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entropy_config.h 30 Mar 2006 04:02:03 -0000 1.10
+++ entropy_config.h 31 Aug 2006 10:42:09 -0000 1.11
@@ -32,14 +32,20 @@
};
typedef struct Entropy_Config_Loaded Entropy_Config_Loaded;
+struct Entropy_Config_Item {
+ char* name;
+ char* value;
+};
+typedef struct Entropy_Config_Item Entropy_Config_Item;
struct Entropy_Config {
char* config_dir;
char* config_dir_and_file;
char* config_dir_and_file_eet;
-
Entropy_Config_Loaded* Loaded_Config;
+ Ecore_Hash* Misc_Config;
+ Evas_List* MisC_Config_Load;
};
typedef struct Entropy_Config Entropy_Config;
@@ -64,6 +70,9 @@
void entropy_config_defaults_populate(Entropy_Config_Loaded* config);
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);
#define ENTROPY_CONFIG_INT_UNDEFINED 65535
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs