AtkObjectClass.connectPropertyChangeHandler

specifies a function to be called when a property changes value. This virtual function is deprecated since 2.12 and it should not be overriden. Connect directly to property-change or notify signal instead.

struct AtkObjectClass
extern (C)
uint function(AtkObject* accessible, AtkPropertyChangeHandler* handler) connectPropertyChangeHandler;