Signal

GtkWidget::drag-end

Declaration

void
drag_end (
  GtkWidget* self,
  GdkDragContext* context,
  gpointer user_data
)

Description [src]

The ::drag-end signal is emitted on the drag source when a drag is finished. A typical reason to connect to this signal is to undo things done in GtkWidget::drag-begin.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

context

Type: GdkDragContext

The drag context.

The data is owned by the caller of the function.