Package: gobject

Function gobject:object-thaw-notify

Lambda List

gobject:object-thaw-notify (object)

Arguments

object -- a g:object instance

Details

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

2024-12-14