Handbook
Glossary
xml>type ( xml -- type )
Vocabulary
gobject-introspection
.
loader
Inputs
xml
an
object
Outputs
type
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
gobject-introspection.loader
:
xml>type
( xml -- type )
dup
name>>
main>>
{
{
"type"
[
xml>simple-type
]
}
{
"array"
[
xml>array-type
]
}
{
"callback"
[
xml>inner-callback-type
]
}
{
"varargs"
[
xml>varargs-type
]
}
}
case
;