Function

AtkAttributeset_free

Declaration [src]

void
atk_attribute_set_free (
  AtkAttributeSet* attrib_set
)

Description [src]

Frees the memory used by an AtkAttributeSet, including all its AtkAttributes.

Parameters

attrib_set

Type: AtkAttributeSet

The AtkAttributeSet to free.

The data is owned by the caller of the function.