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 g_closure_add_invalidate_notifier() when registering @notify_func

notifyFunc GClosureNotify

the callback function to remove

Meta