Handbook
Glossary
g_closure_invoke ( closure return_value n_param_values param_values invocation_hint -- )
Vocabulary
gobject
.
ffi
Inputs
closure
an
object
return_value
an
object
n_param_values
an
object
param_values
an
object
invocation_hint
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
void
g_closure_invoke
( GClosure* closure, GValue* return_value,
guint
n_param_values, GValue* param_values,
gpointer
invocation_hint )