Package: gobject
Function gobject:object-freeze-notify
Lambda Listgobject:object-freeze-notify (object) ArgumentsDetails
Increases the freeze count on the object. If the freeze count is non-zero, the emission of "notify"
signals on the object is stopped. The signals are queued until the freeze
count is decreased to zero. This is necessary for accessors that modify
multiple properties to prevent premature notification while the object is
still being modified. | See also |
2026-06-22