Function
AtkPropertyChangeHandler
deprecated: Unknown since: 1.0
Description [src]
An AtkPropertyChangeHandler is a function which is executed when an AtkObject’s property changes value. It is specified in a call to atk_object_connect_property_change_handler().
Available since: 1.0
Deprecated since: Unknown
Since 2.12.
Parameters
obj
-
Type:
AtkObject
Atkobject which property changes.
The data is owned by the caller of the function. vals
-
Type:
AtkPropertyValues
Values changed.
The data is owned by the caller of the function.