wl_data_source_listener.dnd_finished

the drag-and-drop operation concluded

The drop destination finished interoperating with this data source, so the client is now free to destroy this data source and free all associated data.

If the action used to perform the operation was "move", the source can now delete the transferred data.

struct wl_data_source_listener
void function(void* data, wl_data_source* wl_data_source) dnd_finished;

Meta