- action
void function(void* data, wl_data_source* wl_data_source, uint dnd_action) action;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cancelled
void function(void* data, wl_data_source* wl_data_source) cancelled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dnd_drop_performed
void function(void* data, wl_data_source* wl_data_source) dnd_drop_performed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dnd_finished
void function(void* data, wl_data_source* wl_data_source) dnd_finished;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- send
void function(void* data, wl_data_source* wl_data_source, const(char)* mime_type, int fd) send;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- target
void function(void* data, wl_data_source* wl_data_source, const(char)* mime_type) target;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.