drag_end


Description:

public signal void drag_end (Drag drag, bool delete_data)

Emitted on the drag source when a drag is finished.

A typical reason to connect to this signal is to undo things done in [[email protected]:GtkDragSource:prepare] or [ [email protected]:GtkDragSource:drag-begin] handlers.

Parameters:

drag

the `GdkDrag` object

delete_data

true if the drag was performing gdk_action_move, and the data should be deleted




2022 vala-language.org