From: Wolfgang T. <wth...@us...> - 2005-09-30 06:09:27
|
Update of /cvsroot/hoc/hoc/Bindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23176 Modified Files: binding-script.txt Log Message: Add support for NSRange. Contributed by Matthew Morgan <mat...@gm...> Index: binding-script.txt =================================================================== RCS file: /cvsroot/hoc/hoc/Bindings/binding-script.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- binding-script.txt 5 Apr 2004 00:04:46 -0000 1.8 +++ binding-script.txt 30 Sep 2005 06:09:18 -0000 1.9 @@ -60,6 +60,7 @@ type NSPoint Foundation.NSGeometry; type NSSize Foundation.NSGeometry; type NSRect Foundation.NSGeometry; +type NSRange Foundation.NSRange; -- GNUstep specifics: rename rawMimeData: rawMimeData_; |