aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-view.h')
-rw-r--r--widgets/misc/e-attachment-view.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-view.h b/widgets/misc/e-attachment-view.h
index 8b625d0d8a..8285928c5b 100644
--- a/widgets/misc/e-attachment-view.h
+++ b/widgets/misc/e-attachment-view.h
@@ -209,6 +209,7 @@ GtkAction * e_attachment_view_get_action (EAttachmentView *view,
GtkActionGroup *e_attachment_view_get_action_group
(EAttachmentView *view,
const gchar *group_name);
+GtkWidget * e_attachment_view_get_popup_menu(EAttachmentView *view);
GtkUIManager * e_attachment_view_get_ui_manager(EAttachmentView *view);
GtkAction * e_attachment_view_recent_action_new
(EAttachmentView *view,
@@ -216,7 +217,9 @@ GtkAction * e_attachment_view_recent_action_new
const gchar *action_label);
void e_attachment_view_show_popup_menu
(EAttachmentView *view,
- GdkEventButton *event);
+ GdkEventButton *event,
+ GtkMenuPositionFunc func,
+ gpointer user_data);
void e_attachment_view_update_actions(EAttachmentView *view);
G_END_DECLS