Handbook
Glossary
atomic-type
Vocabulary
gobject-introspection
.
types
Definition
USING:
gobject-introspection.repository
;
IN:
gobject-introspection.types
PREDICATE:
atomic-type
<
simple-type
find-type-info
atomic-info?
;
Methods
USING:
accessors
combinators
gobject-introspection.ffi
gobject-introspection.types
kernel
math.parser
;
M:
atomic-type
parse-const-value
name>>
{
{
[
dup
number-type?
]
[
drop
string>number
]
}
{
[
dup
"gboolean"
=
]
[
drop
"true"
=
]
}
}
cond
;
USING:
accessors
gobject-introspection.ffi
gobject-introspection.types
;
M:
atomic-type
type>c-type
get-type-info
c-type>>
;