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