Package: gobject
Function gobject:signal-handler-unblock
Lambda Listgobject:signal-handler-unblock (instance handler-id) ArgumentsDetails          Undoes the effect of a previous call of the g:signal-handler-block
    function.  
  A blocked handler is skipped during signal emissions and will not be invoked,
  unblocking it (for exactly the amount of times it has been blocked before)
  reverts its "blocked" state, so the handler will be recognized by the signal
  system and is called upon future or currently ongoing signal emissions, since
  the order in which handlers are called during signal emissions is
  deterministic, whether the unblocked handler in question is called as part
  of a currently ongoing emission depends on how far that emission has
  proceeded yet. The handler-id has to be a valid ID of a signal handler that is connected to a signal of instance and is currently blocked.  | See also | 
2024-6-19