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 (f_gapnotify, object) 
 
  Arguments
 
| 
     f_gapnotify 
     | 
     The callback function to remove. If
     None then all
     gapnotify callback functions added with the given user-defined pointer value will be removed.
     | 
| 
     object 
     | 
     The user-defined pointer value that the callback was added with. If
     None then the pointer value will not be checked and all the
     gapnotify callbacks with the function pointer
     f_gapnotify will be removed.
     | 
  Related topics
 
 
