Skip to content

Add atk_object functions to set an attribute

Samuel Thibault requested to merge sthibaul/atk:set_attribute into master

Add atk_object_set_attribute function. Add set_attribute method in _AtkObjectClass. Add attributes field to _AtkObject. Add atk_object_real_get_attributes and atk_object_real_set_attributes functions, used as default implementations for get_attributes and set_attributes.

Fixes #9 (closed)

Merge request reports