signal callback delegate or function to connect
void callback(gdk.drag_context.DragContext context, gtk.widget.Widget widget)
context the drag context (optional)
widget 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.
The ::drag-end signal is emitted on the drag source when a drag is finished. A typical reason to connect to this signal is to undo things done in #GtkWidget::drag-begin.