Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/include


Modified Files:
        default.inc 


Log Message:
added getsarg() - copies the specified argument into a string buffer. use this 
instead of getarg(num, 0) if you want to retrieve all of the string
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/include/default.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default.inc 25 Mar 2005 21:28:43 -0000      1.5
+++ default.inc 29 Apr 2005 14:30:59 -0000      1.6
@@ -36,6 +36,7 @@
 native numargs();
 /* varags - get arg no "arg" */
 native getarg(arg, index=0);
+native getsarg(arg, buf[], buflen);
 native Float:getfarg(arg, index=0);
 /* varags - set arg no "arg" */
 native setarg(arg, index=0, value);




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to