signal callback delegate or function to connect
void callback(gdk.drag.Drag drag, bool deleteData, gtk.drag_source.DragSource dragSource)
drag the gdk.drag.Drag object (optional)
deleteData true if the drag was performing gdk.types.DragAction.Move, and the data should be deleted (optional)
dragSource the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragEnd signal.
Emitted on the drag source when a drag is finished.
A typical reason to connect to this signal is to undo things done in gtk.drag_source.DragSource.prepare or signalGtk.DragSource::drag-begin handlers.