dragFinish

fnvoid dragFinish(gdk.drag_context.DragContext context, bool success, bool del, uint time)

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

Parameters

contextthe drag context
successa flag indicating whether the drop was successful
dela flag indicating whether the source should delete the original data. (This should be true for a move)
timethe timestamp from the #GtkWidget::drag-drop signal