Method
GObjectClosureremove_invalidate_notifier
Declaration
void
g_closure_remove_invalidate_notifier (
GClosure* closure,
gpointer notify_data,
GClosureNotify notify_func
)
Description
Removes an invalidation notifier.
Notice that notifiers are automatically removed after they are run.
This method is not directly available to language bindings. |
Parameters
notify_data |
gpointer |
Data which was passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
notify_func |
GClosureNotify |
The callback function to remove. |