Function
AtkPropertyChangeHandler
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().
| Deprecated since: | Unknown |
Since 2.12. | |
Parameters
obj |
AtkObject |
Atkobject which property changes. |
|
| The data is owned by the caller of the function. | |
vals |
AtkPropertyValues |
Values changed. |
|
| The data is owned by the caller of the function. |