Signal

GdkDragContext::drop-performed

since: 3.20

Declaration

void
drop_performed (
  GdkDragContext* self,
  gint time,
  gpointer user_data
)

Description [src]

The drag and drop operation was performed on an accepting client.

This signal will only be emitted if the GdkDragContext manages the drag and drop operation. See gdk_drag_context_manage_dnd() for more information.

Default handler:

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

Available since: 3.20

Parameters

time

Type: gint

The time at which the drop happened.