aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-handler.h')
-rw-r--r--widgets/misc/e-attachment-handler.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-handler.h b/widgets/misc/e-attachment-handler.h
index 8de5743ba6..05df3e8bbe 100644
--- a/widgets/misc/e-attachment-handler.h
+++ b/widgets/misc/e-attachment-handler.h
@@ -56,11 +56,22 @@ struct _EAttachmentHandler {
struct _EAttachmentHandlerClass {
GObjectClass parent_class;
+
+ GdkDragAction (*get_drag_actions) (EAttachmentHandler *handler);
+ const GtkTargetEntry *
+ (*get_target_table) (EAttachmentHandler *handler,
+ guint *n_targets);
};
GType e_attachment_handler_get_type (void);
EAttachmentView *
e_attachment_handler_get_view (EAttachmentHandler *handler);
+GdkDragAction e_attachment_handler_get_drag_actions
+ (EAttachmentHandler *handler);
+const GtkTargetEntry *
+ e_attachment_handler_get_target_table
+ (EAttachmentHandler *handler,
+ guint *n_targets);
G_END_DECLS