AtkPropertyValues

Note: old_value field of AtkPropertyValues will not contain a valid value. This is a field defined with the purpose of contain the previous value of the property, but is not used anymore.

Members

Variables

newValue
GValue newValue;

The new value of the named property.

oldValue
GValue oldValue;

NULL. This field is not used anymore.

propertyName
const(char)* propertyName;

The name of the ATK property which has changed.