Handbook
Glossary
def-records ( records -- )
Vocabulary
gobject-introspection
.
ffi
Inputs
records
an
object
Outputs
None
Definition
USING:
kernel
sequences
vocabs.parser
;
IN:
gobject-introspection.ffi
:
def-records
( records -- )
[
private-record?
]
partition
[
begin-private
[
def-record
]
each
end-private
]
[
[
def-record
]
each
]
bi*
;