GNOME Bugzilla – Bug 675336
ClutterDropAction needs a ::drop-cancel signal
Last modified: 2012-05-03 10:37:06 UTC
Created attachment 213337 [details] [review] Add "drop-cancel" signal to ClutterDropAction In the case that you might want to animate a drop target, one can currently perform the animations in between over-in and over-out. Additionally, if "drop" is fired, one can no longer rely on receiving the "over-out" event. If however "can-drop" returns FALSE then there is no way to determine that the drag has been terminated. Attached patch adds "drop-cancel" signal.
Review of attachment 213337 [details] [review]: looks good to me, apart from typos in the commit message - "its state", "especially", "its target actor".
Pushed attachment 213337 [details] [review] with the commit message changes