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