Handbook
Glossary
def-callback-type ( callback -- )
Vocabulary
gobject-introspection
.
ffi
Inputs
callback
an
object
Outputs
None
Definition
USING:
accessors
alien.parser
combinators
kernel
namespaces
words
;
IN:
gobject-introspection.ffi
:
def-callback-type
( callback -- )
{
[
return>>
return-c-type
]
[
c-type>>
]
[
drop
current-library
get
]
[
?suffix-parameters-with-error
parameter-names&types
]
}
cleave
make-callback-type
define-inline
;