remove_invalidate_notifier


Description:

public void remove_invalidate_notifier (void* notify_data, ClosureNotify notify_func)

Removes an invalidation notifier.

Notice that notifiers are automatically removed after they are run.

Parameters:

this

a Closure

notify_data

data which was passed to add_invalidate_notifier when registering notify_func

notify_func

the callback function to remove