Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/include


Modified Files:
        edje.inc 


Log Message:
implemented float list ops, replace_int and replace_str
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- edje.inc    22 Oct 2004 20:25:30 -0000      1.15
+++ edje.inc    27 Oct 2004 16:20:05 -0000      1.16
@@ -42,11 +42,18 @@
 native       append_int (id, v);
 native       prepend_int(id, v);
 native       insert_int (id, pos, v);
+native       replace_int (id, pos, v);
 native       fetch_int  (id, pos);
 native       append_str (id, str[]);
 native       prepend_str(id, str[]);
 native       insert_str (id, pos, str[]);
+native       replace_str(id, pos, str[]);
 native       fetch_str  (id, pos, dst[], maxlen);
+native       append_float (id, Float:v);
+native       prepend_float(id, Float:v);
+native       insert_float (id, pos, Float:v);
+native       replace_float(id, pos, Float:v);
+native Float:fetch_float  (id, pos);
 
 /********************/
 /* Edje timer calls */




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to