Handbook
Glossary
find-existing-boxed-type ( boxed -- type/f )
Vocabulary
gobject-introspection
.
ffi
Inputs
boxed
an
object
Outputs
type/f
an
object
Definition
USING:
accessors
alien.c-types
kernel
vocabs.parser
words
;
IN:
gobject-introspection.ffi
:
find-existing-boxed-type
( boxed -- type/f )
c-type>>
search
[
dup
[
c-type?
]
[
"c-type"
word-prop
]
bi
or
and*
]
[
f
]
if*
;