diff options
Diffstat (limited to 'shell/e-folder-dnd-bridge.h')
-rw-r--r-- | shell/e-folder-dnd-bridge.h | 5 |
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, |