TextT.freeRanges

Frees the memory associated with an array of AtkTextRange. It is assumed that the array was returned by the function atk_text_get_bounded_ranges and is NULL terminated.

template TextT(TStruct)
static
void
freeRanges
(
TextRange[] ranges
)

Parameters

ranges TextRange[]

A pointer to an array of #AtkTextRange which is to be freed.

Meta