Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_config.h 


Log Message:
* Start of config-callback system

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_config.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- entropy_config.h    1 Sep 2006 11:07:51 -0000       1.13
+++ entropy_config.h    2 Sep 2006 09:27:46 -0000       1.14
@@ -38,6 +38,8 @@
 struct Entropy_Config_Item {
        char* name;
        char* value;
+
+       Ecore_Hash* callback_hash;
 };
 typedef struct Entropy_Config_Item Entropy_Config_Item;
 
@@ -73,6 +75,7 @@
 
 void entropy_config_items_init();
 void entropy_config_misc_item_str_set(char* item, char* value, int loc);
+void entropy_config_misc_callback_register(char* item, void (*cb)(char*, 
void*), void* data);
 char* entropy_config_misc_item_str_get(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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to