Efl.Text_Annotate.range_annotations_get

Description

Returns an iterator of all the handles in a range.

Signature

range_annotations_get @const @pure_virtual {
    params {
        @in start: ptr(const(Efl.Text_Cursor_Cursor));
        @in end: ptr(const(Efl.Text_Cursor_Cursor));
    }
    return: iterator<ptr(Efl.Text_Annotate_Annotation)>;
}

C signature

Eina_Iterator *efl_text_range_annotations_get(const Eo *obj, const Efl_Text_Cursor_Cursor *start, const Efl_Text_Cursor_Cursor *end);

Parameters

  • start (in) - Start of range
  • end (in) - End of range

Implemented by