dragFinish
fn
void 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
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 #GtkWidget::drag-drop signal |