Handbook
Glossary
record-type? ( object -- ? )
Vocabulary
gobject-introspection
.
types
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
record-type
class.
Definition
USING:
gobject-introspection.repository
kernel
;
IN:
gobject-introspection.types
:
record-type?
( object -- ? )
dup
simple-type?
[
find-type-info
record-info?
]
[
drop
f
]
if
;