Handbook
Glossary
xml>interface ( xml -- interface )
Vocabulary
gobject-introspection
.
loader
Inputs
xml
an
object
Outputs
interface
an
object
Definition
USING:
accessors
combinators
gobject-introspection.repository
kernel
sequences
xml.traversal
;
IN:
gobject-introspection.loader
:
xml>interface
( xml -- interface )
[
interface
new
]
dip
{
[
load-type
]
[
"method"
load-functions
>>methods
]
[
"function"
load-functions
>>functions
]
[
"signal"
tags-named
[
xml>signal
]
map
>>signals
]
}
cleave
;