wl_data_source_listener.send

send the data

Request for data from the client. Send the data as the specified mime type over the passed file descriptor, then close it.

struct wl_data_source_listener
void function(void* data, wl_data_source* wl_data_source, const(char)* mime_type, int fd) send;

Meta