aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponentDnd.idl
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-20 06:01:22 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-20 06:01:22 +0800
commita5efc9cddddd1386c3adfa6cbaa358a7b7d6968f (patch)
treea9c95ab0609559ed1983f07d2078bd5fae997244 /shell/Evolution-ShellComponentDnd.idl
parentd634c1e15e08bec61d6880baf8a3c76eff22fffb (diff)
downloadgsoc2013-evolution-a5efc9cddddd1386c3adfa6cbaa358a7b7d6968f.tar.gz
gsoc2013-evolution-a5efc9cddddd1386c3adfa6cbaa358a7b7d6968f.tar.zst
gsoc2013-evolution-a5efc9cddddd1386c3adfa6cbaa358a7b7d6968f.zip
Pass the @folder_type to ::handleDrop.
* e-storage-set-view.c (tree_drag_data_received): Pass the @folder_type to ::handleDrop. * evolution-shell-component-dnd.c (impl_GNOME_Evolution_ShellComponentDnd_DestinationFolder_handleMotion): New arg @folder_type. (impl_GNOME_Evolution_ShellComponentDnd_DestinationFolder_handleDrop): Likewise. * evolution-shell-component-dnd.h: Add @folder_type to `DndDestinationFolderHandleDropFn' and `DndDestinationFolderHandleMotionFn'. * e-storage-set-view.c (tree_drag_motion): Pass the folder type to `::handleMotion'. * Evolution-ShellComponentDnd.idl: Pass @folder_type in ::handleDrop and ::handleMotion. * component-factory.c (destination_folder_handle_motion): Get @folder_type here too [to match the changes in the EvolutionShellComponentDnd interface]. Also, remove a debugging message. (destination_folder_handle_drop): Likewise. * gui/component/addressbook-component.c (destination_folder_handle_motion): Get @folder_type here too [to match the changes in the EvolutionShellComponentDnd interface]. Also, remove a debugging message. (destination_folder_handle_drop): Likewise. svn path=/trunk/; revision=13807
Diffstat (limited to 'shell/Evolution-ShellComponentDnd.idl')
-rw-r--r--shell/Evolution-ShellComponentDnd.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Evolution-ShellComponentDnd.idl b/shell/Evolution-ShellComponentDnd.idl
index 37322e85db..c0c4c5a469 100644
--- a/shell/Evolution-ShellComponentDnd.idl
+++ b/shell/Evolution-ShellComponentDnd.idl
@@ -80,6 +80,7 @@ module ShellComponentDnd {
@default_action and @non_default_action we want to be
performed when the drop happens. */
boolean handleMotion (in string physical_uri,
+ in string folder_type,
in Context destination_context,
out Action suggested_action);
@@ -87,6 +88,7 @@ module ShellComponentDnd {
object, and we are supposed to perform the operation
requested. */
boolean handleDrop (in string physical_uri,
+ in string folder_type,
in Context destination_context,
in Action action,
in Data data);
3c775570c558caaf2a9633b618355ed6e5c17c'>devel/boost-*: update to 1.67.0jbeich2018-04-181-1/+1 * math/mosesdecoder: Unbroke the port.yuri2018-02-261-5/+13 * devel/boost-*: update to 1.66.0jbeich2018-01-181-1/+1 * devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1 * devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 * devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1 * devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1 * Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0 * devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1 * Convert one port as an example.mat2016-10-241-7/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-6/+6 * Improve shebangfix frameworkamdmi32015-10-191-1/+1 * - Mark BROKEN on 9.x: does not link [1]:amdmi32015-06-301-1/+11 * Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-4/+3 * Cleanup plistantoine2014-11-151-24/+0 * Add missing build dep.demon2014-09-171-1/+2