| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkPopover
                        ╰── EHTMLEditorLinkPopover
GtkWidget *
e_html_editor_link_popover_new (EHTMLEditor *editor);
Created a new popover to add/edit links into the editor
.
Since: 3.52
void
e_html_editor_link_popover_popup (EHTMLEditorLinkPopover *self);
Pops up the link popover pointing to the editor's caret position, if it's known.
Since: 3.52