Closure.removeFinalizeNotifier

Removes a finalization notifier. Notice that notifiers are automatically removed after they are run.

class Closure
void
removeFinalizeNotifier

Parameters

notifyData void*

data which was passed to g_closure_add_finalize_notifier() when registering notify_func

notifyFunc GClosureNotify

the callback function to remove

Meta