DragAndDrop.dragFinish

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

struct DragAndDrop
static
void
dragFinish

Parameters

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

Meta