diff options
Diffstat (limited to 'shell/Evolution-ShellComponentDnd.idl')
-rw-r--r-- | shell/Evolution-ShellComponentDnd.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/Evolution-ShellComponentDnd.idl b/shell/Evolution-ShellComponentDnd.idl index 41637f9456..37322e85db 100644 --- a/shell/Evolution-ShellComponentDnd.idl +++ b/shell/Evolution-ShellComponentDnd.idl @@ -79,13 +79,15 @@ module ShellComponentDnd { dropped; otherwise, it will return %TRUE and then set the @default_action and @non_default_action we want to be performed when the drop happens. */ - boolean handleMotion (in Context destination_context, + boolean handleMotion (in string physical_uri, + in Context destination_context, out Action suggested_action); /* Data is dropped. We are given the data for the dropped object, and we are supposed to perform the operation requested. */ - boolean handleDrop (in Context destination_context, + boolean handleDrop (in string physical_uri, + in Context destination_context, in Action action, in Data data); }; |