Signal

GtkWidget::drag-data-delete

Declaration

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

Description [src]

The ::drag-data-delete signal is emitted on the drag source when a drag with the action GDK_ACTION_MOVE is successfully completed. The signal handler is responsible for deleting the data that has been dropped. What “delete” means depends on the context of the drag operation.

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.