wl_data_source_listener.target

a target accepts an offered mime type

Sent when a target accepts pointer_focus or motion events. If a target does not accept any of the offered types, type is NULL.

Used for feedback during drag-and-drop.

struct wl_data_source_listener
void function(void* data, wl_data_source* wl_data_source, const(char)* mime_type) target;

Meta