Handbook
Glossary
bitfield-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
bitfield-type
class.
Definition
USING:
gobject-introspection.repository
kernel
;
IN:
gobject-introspection.types
:
bitfield-type?
( object -- ? )
dup
simple-type?
[
find-type-info
bitfield-info?
]
[
drop
f
]
if
;