Function
AtkTextfree_ranges
Declaration [src]
void
atk_text_free_ranges (
AtkTextRange** ranges
)
Description [src]
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.
| Available since: | 1.3 |
Parameters
ranges |
An array of AtkTextRange |
A pointer to an array of |
|
| The data is owned by the caller of the function. |