Handbook
Glossary
g_closure_remove_finalize_notifier ( closure notify_data notify_func -- )
Vocabulary
gobject
.
ffi
Inputs
closure
an
object
notify_data
an
object
notify_func
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
void
g_closure_remove_finalize_notifier
( GClosure* closure,
gpointer
notify_data,
GClosureNotify
notify_func )