Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/lib Modified Files: Edje.h edje_util.c Log Message: constness patches from cedric =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/Edje.h,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- Edje.h 27 May 2007 05:28:07 -0000 1.50 +++ Edje.h 16 Jul 2007 07:31:06 -0000 1.51 @@ -164,7 +164,7 @@ /* edje_util.c */ EAPI void edje_freeze (void); EAPI void edje_thaw (void); - EAPI void edje_fontset_append_set (char *fonts); + EAPI void edje_fontset_append_set (const char *fonts); EAPI const char *edje_fontset_append_get (void); /* edje_load.c */ =================================================================== RCS file: /cvs/e/e17/libs/edje/src/lib/edje_util.c,v retrieving revision 1.96 retrieving revision 1.97 diff -u -3 -r1.96 -r1.97 --- edje_util.c 17 Jun 2007 07:09:02 -0000 1.96 +++ edje_util.c 16 Jul 2007 07:31:06 -0000 1.97 @@ -58,7 +58,7 @@ /* FIXDOC: Expand */ EAPI void -edje_fontset_append_set(char *fonts) +edje_fontset_append_set(const char *fonts) { if (_edje_fontset_append) free(_edje_fontset_append); ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs