Initializing help system before first use

problem.removecbgapnotify

problem.removecbgapnotify


Purpose
Removes a callback function previously added by problem.addcbgapnotify. The specified callback function will no longer be removed after it has been returned.
Synopsis
problem.removecbgapnotify (callback, data)
Arguments
callback 
The callback function to remove. If None then all gapnotify callback functions added with the given user-defined value will be removed.
data 
The user-defined object that the callback was added with. If None then the object will not be checked and all the gapnotify callbacks with the function callback will be removed.
Related topics