Closure.removeInvalidateNotifier

Removes an invalidation notifier.

Notice that notifiers are automatically removed after they are run.

class Closure
void
removeInvalidateNotifier

Parameters

notifyData void*

data which was passed to Closure.addInvalidateNotifier when registering notify_func

notifyFunc GClosureNotify

the callback function to remove