GObject::thaw_notify

void thaw_notify

Reverts the effect of a previous call to freeze_notify() . The freeze count is decreased on 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

If multiple calls to freeze_notify() were made, and equal number of calls must be made to unfreeze.

See also: notify() , freeze_notify()