Package: gobject
Function gobject:object-thaw-notify
Lambda Listgobject:object-thaw-notify (object) ArgumentsDetails        Reverts the effect of a previous call to the g:object-freeze-notify
    function.  
  The freeze count is decreased on the object and when it reaches zero, all  queued "notify" signals are emitted. It is an error to call
  this function when the freeze count is zero.      | See also | 
2025-06-22