Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c e_fm.h 


Log Message:
const

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_fm.c      15 Aug 2006 20:14:56 -0000      1.31
+++ e_fm.c      17 Aug 2006 17:01:11 -0000      1.32
@@ -217,7 +217,7 @@
 }
 
 EAPI void
-e_fm2_path_set(Evas_Object *obj, char *dev, char *path)
+e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path)
 {
    E_Fm2_Smart_Data *sd;
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_fm.h      12 Aug 2006 12:49:52 -0000      1.10
+++ e_fm.h      17 Aug 2006 17:01:11 -0000      1.11
@@ -98,7 +98,7 @@
 EAPI int                   e_fm2_init(void);
 EAPI int                   e_fm2_shutdown(void);
 EAPI Evas_Object          *e_fm2_add(Evas *evas);
-EAPI void                  e_fm2_path_set(Evas_Object *obj, char *dev, char 
*path);
+EAPI void                  e_fm2_path_set(Evas_Object *obj, const char *dev, 
const char *path);
 EAPI void                  e_fm2_path_get(Evas_Object *obj, const char **dev, 
const char **path);
 EAPI void                  e_fm2_refresh(Evas_Object *obj);
 EAPI const char           *e_fm2_real_path_get(Evas_Object *obj);



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