Method
AtkObjectget_attributes
Declaration [src]
AtkAttributeSet*
atk_object_get_attributes (
AtkObject* accessible
)
Description [src]
Get a list of properties applied to this object as a whole, as an AtkAttributeSet
consisting of
name-value pairs. As such these attributes may be considered weakly-typed properties or annotations,
as distinct from strongly-typed object data available via other get/set methods.
Not all objects have explicit “name-value pair” AtkAttributeSet
properties.
Available since: | 1.12 |
Return value
Returns: | AtkAttributeSet |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |