Handbook
Glossary
g-error? ( object -- ? )
Vocabulary
glib
.
ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
g-error
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
glib.ffi
:
g-error?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
g-error
eq?
]
[
drop
f
]
if
;