drag-end

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 "drag-begin".

Callback function

void callback(GtkWidget widget, GdkDragContext context);