Update of /cvsroot/hoc/hoc/Bindings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27084/Bindings
Modified Files:
binding-script.txt
Log Message:
add NSTimeInterval type
Index: binding-script.txt
===================================================================
RCS file: /cvsroot/hoc/hoc/Bindings/binding-script.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- binding-script.txt 5 Oct 2005 03:14:39 -0000 1.10
+++ binding-script.txt 12 Mar 2006 18:46:11 -0000 1.11
@@ -67,6 +67,8 @@
type NSRectPointer Foundation.NSGeometry;
type NSRangePointer Foundation.NSRange;
+type NSTimeInterval Foundation.NSDate;
+
-- GNUstep specifics:
rename rawMimeData: rawMimeData_;
rename setContent:type: setContentAndType;
|