Handbook
Glossary
xml>const ( xml -- const )
Vocabulary
gobject-introspection
.
loader
Inputs
xml
an
object
Outputs
const
an
object
Definition
USING:
accessors
combinators
gobject-introspection.repository
kernel
xml.data
;
IN:
gobject-introspection.loader
:
xml>const
( xml -- const )
[
const
new
]
dip
{
[
"name"
attr
>>name
]
[
"value"
attr
>>value
]
[
child-type-tag
xml>type
>>type
]
}
cleave
;