Handbook
Glossary
xml>function ( xml -- function )
Vocabulary
gobject-introspection
.
loader
Inputs
xml
an
object
Outputs
function
an
object
Definition
USING:
accessors
combinators
gobject-introspection.repository
kernel
xml.data
;
IN:
gobject-introspection.loader
:
xml>function
( xml -- function )
[
function
new
]
dip
{
[
"name"
attr
>>name
]
[
"identifier"
attr
>>identifier
]
[
load-callable
]
[
"throws"
attr
"1"
=
>>throws?
]
}
cleave
;