Function

Gtk-3.0Gtkdrag_finish

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

    Parameters

    • context: Gdk.DragContext

      the drag context

    • success: boolean

      a flag indicating whether the drop was successful

    • del: boolean

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

    • time_: number

      the timestamp from the Gtk.Widget.SignalSignatures.drag_drop | Gtk.Widget::drag-drop signal

    Returns void