drag_finish

function drag_finish(context:Gdk.DragContext, success:Boolean, del:Boolean, time_:guint32):void {
    // Gjs wrapper for gtk_drag_finish()
}

Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.

context

the drag context.

success

a flag indicating whether the drop was successful

del

a flag indicating whether the source should delete the original data. (This should be true for a move)

time_

the timestamp from the Gtk.Widget::drag-drop signal.