Handbook
Glossary
private-record? ( record -- ? )
Vocabulary
gobject-introspection
.
ffi
Inputs
record
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
sequences
;
IN:
gobject-introspection.ffi
:
private-record?
( record -- ? )
{
[
struct-for>>
]
[
name>>
"Class"
tail?
]
[
name>>
"Private"
tail?
]
[
name>>
"Iface"
tail?
]
}
1||
;