ExternalFunctionCallback.st
changeset 10722 ab6fbe61f116
parent 10621 5e6966b208f5
child 11849 9df0a07fbd13
child 17711 39faaaf888b4
--- a/ExternalFunctionCallback.st	Wed Sep 19 12:12:47 2007 +0200
+++ b/ExternalFunctionCallback.st	Wed Sep 19 21:23:11 2007 +0200
@@ -430,10 +430,13 @@
 !ExternalFunctionCallback methodsFor:'private-accessing'!
 
 returnType:aReturnType argumentTypes:argTypes
+    "see generateClosure for valid return types"
+
     returnType := aReturnType.
     argumentTypes := argTypes.
 
     "Created: / 11-06-2007 / 15:52:01 / cg"
+    "Modified: / 19-09-2007 / 18:14:59 / cg"
 ! !
 
 !ExternalFunctionCallback methodsFor:'private-generation'!
@@ -753,5 +756,5 @@
 !ExternalFunctionCallback class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.10 2007-06-22 14:02:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.11 2007-09-19 19:23:11 cg Exp $'
 ! !