remove_finalize_notifier


Description:

public void remove_finalize_notifier (void* notify_data, ClosureNotify notify_func)

Removes a finalization notifier.

Notice that notifiers are automatically removed after they are run.

Parameters:

this

a Closure

notify_data

data which was passed to add_finalize_notifier when registering notify_func

notify_func

the callback function to remove