Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/lib


Modified Files:
        E_Lib.h e_main.c 


Log Message:
More compiler cleanups:
 * clean up for e_lib
 * fix places where evas_stringshare vars were freed

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/E_Lib.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- E_Lib.h     2 Mar 2006 12:28:40 -0000       1.13
+++ E_Lib.h     2 Mar 2006 13:10:20 -0000       1.14
@@ -106,11 +106,11 @@
 struct _E_Response_Binding_Key_Data
 {
    E_Lib_Binding_Context ctx;
-   char *key;
+   const char *key;
    E_Lib_Binding_Modifier mod;
    unsigned char any_mod : 1;
-   char *action;
-   char *params;
+   const char *action;
+   const char *params;
 };
 
 struct _E_Response_Binding_Mouse_List
@@ -125,8 +125,8 @@
    int button;
    E_Lib_Binding_Modifier mod;
    unsigned char any_mod : 1;
-   char *action;
-   char *params;
+   const char *action;
+   const char *params;
 };
 
 struct _E_Response_Binding_Signal_List
@@ -138,12 +138,12 @@
 struct _E_Response_Binding_Signal_Data
 {
    E_Lib_Binding_Context ctx;
-   char *signal;
-   char *source;
+   const char *signal;
+   const char *source;
    E_Lib_Binding_Modifier mod;
    unsigned char any_mod : 1;
-   char *action;
-   char *params;
+   const char *action;
+   const char *params;
 };
 
 struct _E_Response_Binding_Wheel_List
@@ -159,8 +159,8 @@
    int z;
    E_Lib_Binding_Modifier mod;
    unsigned char any_mod : 1;
-   char *action;
-   char *params;
+   const char *action;
+   const char *params;
 };
 
 
@@ -177,7 +177,6 @@
 extern EAPI int E_RESPONSE_ICON_DIRS_LIST;
 extern EAPI int E_RESPONSE_MODULE_DIRS_LIST;
 extern EAPI int E_RESPONSE_BACKGROUND_DIRS_LIST;
-extern EAPI int E_RESPONSE_START_DIRS_LIST;
 
 extern EAPI int E_RESPONSE_BINDING_KEY_LIST;
 extern EAPI int E_RESPONSE_BINDING_MOUSE_LIST;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_main.c    2 Mar 2006 12:28:40 -0000       1.37
+++ e_main.c    2 Mar 2006 13:10:20 -0000       1.38
@@ -71,7 +71,6 @@
 EAPI int E_RESPONSE_ICON_DIRS_LIST = 0;
 EAPI int E_RESPONSE_MODULE_DIRS_LIST = 0;
 EAPI int E_RESPONSE_BACKGROUND_DIRS_LIST = 0;
-EAPI int E_RESPONSE_START_DIRS_LIST = 0;
 
 EAPI int E_RESPONSE_BINDING_KEY_LIST = 0;
 EAPI int E_RESPONSE_BINDING_MOUSE_LIST = 0;




-------------------------------------------------------
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

Reply via email to