Interface

Atk-1.0AtkTextNamespace

interface TextNamespace {
    $gtype: GType<Atk.Text>;
    prototype: Atk.Text;
    free_ranges(ranges: Atk.TextRange[]): void;
}
Index

Properties

Methods

Properties

$gtype: GType<Atk.Text>
prototype: Atk.Text

Methods

  • 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.

    Parameters

    Returns void