Home
last modified time | relevance | path

Searched refs:e_attachment_view_get_action (Results 1 – 6 of 6) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-attachment-handler.c477 action = e_attachment_view_get_action (view, "import-to-calendar"); in cal_attachment_handler_update_actions()
480 action = e_attachment_view_get_action (view, "import-to-memos"); in cal_attachment_handler_update_actions()
483 action = e_attachment_view_get_action (view, "import-to-tasks"); in cal_attachment_handler_update_actions()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-attachment-view.c723 action = e_attachment_view_get_action (view, "cancel"); in attachment_view_update_actions()
726 action = e_attachment_view_get_action (view, "open-with"); in attachment_view_update_actions()
729 action = e_attachment_view_get_action (view, "properties"); in attachment_view_update_actions()
732 action = e_attachment_view_get_action (view, "remove"); in attachment_view_update_actions()
735 action = e_attachment_view_get_action (view, "save-as"); in attachment_view_update_actions()
1828 e_attachment_view_get_action (EAttachmentView *view, in e_attachment_view_get_action() function
H A De-attachment-view.h221 GtkAction * e_attachment_view_get_action (EAttachmentView *view,
H A De-attachment-bar.c690 action = e_attachment_view_get_action (view, "save-all"); in e_attachment_bar_init()
700 action = e_attachment_view_get_action (view, "save-one"); in e_attachment_bar_init()
H A De-attachment-paned.c681 action = e_attachment_view_get_action (view, "add"); in e_attachment_paned_init()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor-page-attachments.c793 …action = e_attachment_view_get_action (E_ATTACHMENT_VIEW (page_attachments->priv->icon_view), "add… in ecep_attachments_constructed()