Handbook
Glossary
c-array-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
c-array-type
class.
Definition
USING:
accessors
gobject-introspection.repository
kernel
;
IN:
gobject-introspection.types
:
c-array-type?
( object -- ? )
dup
array-type?
[
name>>
not
]
[
drop
f
]
if
;