aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-dnd-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder-dnd-bridge.h')
-rw-r--r--shell/e-folder-dnd-bridge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-folder-dnd-bridge.h b/shell/e-folder-dnd-bridge.h
index db1b3401b8..77cfcd5181 100644
--- a/shell/e-folder-dnd-bridge.h
+++ b/shell/e-folder-dnd-bridge.h
@@ -40,6 +40,11 @@ gboolean e_folder_dnd_bridge_motion (GtkWidget *widget,
unsigned int time,
EStorageSet *storage_set,
const char *path);
+gboolean e_folder_dnd_bridge_drop (GtkWidget *widget,
+ GdkDragContext *context,
+ unsigned int time,
+ EStorageSet *storage_set,
+ const char *path);
void e_folder_dnd_bridge_data_received (GtkWidget *widget,
GdkDragContext *context,
GtkSelectionData *selection_data,