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 Closure.addFinalizeNotifier when registering notify_func

notifyFunc GClosureNotify

the callback function to remove