- add_file
void function(cef_drag_data_t*, const(cef_string_t)*, const(cef_string_t)*) add_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_base_t base;
Undocumented in source.
- clone
cef_drag_data_t* function(cef_drag_data_t*) clone;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_file_contents
size_t function(cef_drag_data_t*, cef_stream_writer_t*) get_file_contents;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_file_name
cef_string_userfree_t function(cef_drag_data_t*) get_file_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_file_names
int function(cef_drag_data_t*, cef_string_list_t) get_file_names;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_fragment_base_url
cef_string_userfree_t function(cef_drag_data_t*) get_fragment_base_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_fragment_html
cef_string_userfree_t function(cef_drag_data_t*) get_fragment_html;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_fragment_text
cef_string_userfree_t function(cef_drag_data_t*) get_fragment_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_image
cef_image_t* function(cef_drag_data_t*) get_image;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_image_hotspot
cef_point_t function(cef_drag_data_t*) get_image_hotspot;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_link_metadata
cef_string_userfree_t function(cef_drag_data_t*) get_link_metadata;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_link_title
cef_string_userfree_t function(cef_drag_data_t*) get_link_title;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_link_url
int function(cef_drag_data_t*) get_link_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_image
int function(cef_drag_data_t*) has_image;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_file
int function(cef_drag_data_t*) is_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_fragment
int function(cef_drag_data_t*) is_fragment;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_link
int function(cef_drag_data_t*) is_link;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_read_only
int function(cef_drag_data_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- reset_file_contents
void function(cef_drag_data_t*) reset_file_contents;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_fragment_base_url
void function(cef_drag_data_t*, const(cef_string_t)*) set_fragment_base_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_fragment_html
void function(cef_drag_data_t*, const(cef_string_t)*) set_fragment_html;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_fragment_text
void function(cef_drag_data_t*, const(cef_string_t)*) set_fragment_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_link_metadata
void function(cef_drag_data_t*, const(cef_string_t)*) set_link_metadata;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_link_title
void function(cef_drag_data_t*, const(cef_string_t)*) set_link_title;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_link_url
void function(cef_drag_data_t*, const(cef_string_t)*) set_link_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.