Handbook
Glossary
g_closure_new_simple ( sizeof_closure data -- GClosure* )
Vocabulary
gobject
.
ffi
Inputs
sizeof_closure
an
object
data
an
object
Outputs
GClosure*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GClosure*
g_closure_new_simple
(
guint
sizeof_closure,
gpointer
data )