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 D | e-cal-attachment-handler.c | 477 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 D | e-attachment-view.c | 723 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 D | e-attachment-view.h | 221 GtkAction * e_attachment_view_get_action (EAttachmentView *view,
|
H A D | e-attachment-bar.c | 690 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 D | e-attachment-paned.c | 681 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 D | e-comp-editor-page-attachments.c | 793 …action = e_attachment_view_get_action (E_ATTACHMENT_VIEW (page_attachments->priv->icon_view), "add… in ecep_attachments_constructed()
|