cef_drag_data_t.add_file

Add a file that is being dragged into the webview.

struct cef_drag_data_t
extern (System)
void function(cef_drag_data_t* self, const(cef_string_t)* path, const(cef_string_t)* display_name) nothrow add_file;

Meta