Efl.Text_Annotate.annotation_del

Description

Deletes given annotation.

All formats applied by annotation will be removed and it will be deleted.

Signature

annotation_del @pure_virtual {
    params {
        @in annotation: ptr(Efl.Text_Annotate_Annotation);
    }
    return: bool;
}

C signature

Eina_Bool efl_text_annotation_del(Eo *obj, Efl_Text_Annotate_Annotation *annotation);

Parameters

  • annotation (in) - Annotation to be removed

Implemented by