Package: gobject

Function g-object-thaw-notify

Lambda List

g-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

2021-9-11