ObjectG.notify

Emits a "notify" signal for the property property_name on object.

When possible, eg. when signaling a property change from within the class that registered the property, you should use gobject.object.ObjectG.notifyByPspec instead.

Note that emission of the notify signal may be blocked with gobject.object.ObjectG.freezeNotify. In this case, the signal emissions are queued and will be emitted (in reverse order) when gobject.object.ObjectG.thawNotify is called.

class ObjectG
void
notify
()

Parameters

propertyName string

the name of a property installed on the class of object.