Signal
GtkDragSource::drag-end
Declaration
void
drag_end (
GtkDragSource* self,
GdkDrag* drag,
gboolean delete_data,
gpointer user_data
)
Description [src]
Emitted on the drag source when a drag is finished.
A typical reason to connect to this signal is to undo
things done in GtkDragSource::prepare
or
GtkDragSource::drag-begin
handlers.
Default handler: | The default handler is called after the handlers added via |
Parameters
drag |
GdkDrag |
The |
|
The data is owned by the caller of the function. | |
delete_data |
gboolean |
|