Handbook
Glossary
method-arg-type ( method i -- type )
Vocabulary
cocoa
.
messages
Inputs
method
an
object
i
an
object
Outputs
type
an
object
Definition
USING:
alien.strings
cocoa.runtime
io.encodings.utf8
kernel
libc
;
IN:
cocoa.messages
:
method-arg-type
( method i -- type )
method_copyArgumentType
[
utf8
alien>string
parse-objc-type
]
keep
(free)
;