signal callback delegate or function to connect
bool callback(gdk.drag.Drag drag, gdk.types.DragCancelReason reason, gtk.drag_source.DragSource dragSource)
drag the gdk.drag.Drag object (optional)
reason information on why the drag failed (optional)
dragSource the instance the signal is connected to (optional)
Returns true if the failed drag operation has been already handled
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragCancel signal.
Emitted on the drag source when a drag has failed.
The signal handler may handle a failed drag operation based on the type of error. It should return true if the failure has been handled and the default "drag operation failed" animation should not be shown.