Handbook
Glossary
g_cclosure_new ( callback_func user_data destroy_data -- GClosure* )
Vocabulary
gobject
.
ffi
Inputs
callback_func
an
object
user_data
an
object
destroy_data
an
object
Outputs
GClosure*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GClosure*
g_cclosure_new
(
GCallback
callback_func,
gpointer
user_data,
GClosureNotify
destroy_data )