Function
Gtkdrag_finish
Declaration [src]
void
gtk_drag_finish (
  GdkDragContext* context,
  gboolean success,
  gboolean del,
  guint32 time_
)
Description [src]
Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.
Parameters
- context
- 
            Type: GdkDragContextThe drag context. The data is owned by the caller of the function. 
- success
- 
            Type: gbooleanA flag indicating whether the drop was successful. 
- del
- 
            Type: gbooleanA flag indicating whether the source should delete the original data. (This should be TRUEfor a move).
- time_
- 
            Type: guint32The timestamp from the GtkWidget::drag-dropsignal.