aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-ShellComponentDnd.idl
diff options
context:
space:
mode:
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);