Handbook
Glossary
type>c-type ( type -- c-type )
Vocabulary
gobject-introspection
.
ffi
Inputs
type
an
object
Outputs
c-type
an
object
Definition
IN:
gobject-introspection.ffi
GENERIC:
type>c-type
( type -- c-type )
Methods
USING:
accessors
gobject-introspection.ffi
gobject-introspection.types
;
M:
atomic-type
type>c-type
get-type-info
c-type>>
;
USING:
accessors
gobject-introspection.ffi
gobject-introspection.types
;
M:
bitfield-type
type>c-type
get-type-info
c-type>>
;
USING:
accessors
gobject-introspection.ffi
gobject-introspection.repository
gobject-introspection.types
kernel
;
M:
boxed-array-type
type>c-type
name>>
simple-type
new
swap
>>name
type>c-type
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
boxed-type
type>c-type
get-type-info
c-type>>
<pointer>
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
c-array-type
type>c-type
element-type>>
type>c-type
<pointer>
;
USING:
accessors
gobject-introspection.ffi
gobject-introspection.types
;
M:
callback-type
type>c-type
get-type-info
c-type>>
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
class-type
type>c-type
get-type-info
c-type>>
<pointer>
;
USING:
accessors
gobject-introspection.ffi
gobject-introspection.types
;
M:
enum-type
type>c-type
get-type-info
c-type>>
;
USING:
accessors
arrays
gobject-introspection.ffi
gobject-introspection.types
kernel
;
M:
fixed-size-array-type
type>c-type
[
element-type>>
type>c-type
]
[
fixed-size>>
]
bi
2array
;
USING:
alien.c-types
gobject-introspection.ffi
kernel
;
M:
incorrect-type
type>c-type
drop
void*
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
interface-type
type>c-type
get-type-info
c-type>>
<pointer>
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
record-type
type>c-type
get-type-info
c-type>>
<pointer>
;
USING:
accessors
alien.c-types
gobject-introspection.ffi
gobject-introspection.types
;
M:
union-type
type>c-type
get-type-info
c-type>>
<pointer>
;