Handbook
Glossary
load-type ( type xml -- type )
Vocabulary
gobject-introspection
.
loader
Inputs
type
an
object
xml
an
object
Outputs
type
an
object
Definition
USING:
accessors
combinators
kernel
xml.data
;
IN:
gobject-introspection.loader
:
load-type
( type xml -- type )
{
[
"name"
attr
>>name
]
[
[
"type"
attr
]
[
"type-name"
attr
]
bi
or
>>c-type
]
[
"get-type"
attr
>>get-type
]
}
cleave
;