signal callback delegate or function to connect
void callback(gdk.drop.Drop drop, gtk.drop_target_async.DropTargetAsync dropTargetAsync)
drop the gdk.drop.Drop (optional)
dropTargetAsync 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 DragLeave signal.
Emitted on the drop site when the pointer leaves the widget.
Its main purpose it to undo things done in gtk.drop_target_async.DropTargetAsync::drag-enter.