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:
AtkObjectAtkobject which property changes.
The data is owned by the caller of the function. vals-
Type:
AtkPropertyValuesValues changed.
The data is owned by the caller of the function.