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 g_object_notify_by_pspec() instead.

class ObjectG
void
notify
()

Parameters

propertyName string

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

Meta