dragFinish

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

void
dragFinish

Parameters

context gdk.drag_context.DragContext

the drag context

success bool

a flag indicating whether the drop was successful

del bool

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

time uint

the timestamp from the #GtkWidget::drag-drop signal