Struct

AtkPropertyValues

Description [src]

struct AtkPropertyValues {
  const gchar* property_name;
  GValue old_value;
  GValue new_value;
}

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

Structure members
property_name

The name of the ATK property which has changed.

old_value

NULL. This field is not used anymore.

new_value

The new value of the named property.