aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-dnd-bridge.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-04 03:29:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-04 03:29:29 +0800
commit164caed66b245d4244cf8c11604529d33dd1f91f (patch)
tree432dd6d575b18dc81d2693b775c355b80ea34c1b /shell/e-folder-dnd-bridge.h
parenta4eede504469ace1575b9993f20fc7736184bf2a (diff)
downloadgsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.gz
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.bz2
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.lz
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.xz
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.zst
gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.zip
Invoke e_folder_dnd_bridge_drop().
* e-storage-set-view.c (impl_tree_drag_drop): Invoke e_folder_dnd_bridge_drop(). * e-folder-dnd-bridge.c (find_matching_target_for_drag_context): New arg @atom_return. Return the GdkAtom associated with the type through it. (e_folder_dnd_bridge_drop): New. svn path=/trunk/; revision=17362
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,