diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-04 03:29:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-04 03:29:29 +0800 |
commit | 164caed66b245d4244cf8c11604529d33dd1f91f (patch) | |
tree | 432dd6d575b18dc81d2693b775c355b80ea34c1b /shell/e-folder-dnd-bridge.h | |
parent | a4eede504469ace1575b9993f20fc7736184bf2a (diff) | |
download | gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.gz 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.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, |