diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 15:56:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-21 15:56:18 +0800 |
commit | 3c927d0702eefef2cf02baf917e1366f49f17947 (patch) | |
tree | 6a0d8cb21933ea62f108c7643da65398b9644932 /shell/Evolution-ShellComponentDnd.idl | |
parent | d5b6896aefbffe786b3906b6d296d8cf383a9774 (diff) | |
download | gsoc2013-evolution-3c927d0702eefef2cf02baf917e1366f49f17947.tar.gz gsoc2013-evolution-3c927d0702eefef2cf02baf917e1366f49f17947.tar.zst gsoc2013-evolution-3c927d0702eefef2cf02baf917e1366f49f17947.zip |
Handle the destination side of drag and drop too.
svn path=/trunk/; revision=8861
Diffstat (limited to 'shell/Evolution-ShellComponentDnd.idl')
-rw-r--r-- | shell/Evolution-ShellComponentDnd.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/Evolution-ShellComponentDnd.idl b/shell/Evolution-ShellComponentDnd.idl index f5fa3d0c0e..7eaea434fc 100644 --- a/shell/Evolution-ShellComponentDnd.idl +++ b/shell/Evolution-ShellComponentDnd.idl @@ -79,8 +79,7 @@ module ShellComponentDnd { @default_action and @non_default_action we want to be performed when the drop happens. */ boolean handleMotion (in Context destination_context, - out Action default_action, - out Action non_default_action); + out Action suggested_action); /* Data is dropped. We are given the data for the dropped object, and we are supposed to perform the operation |