cef_download_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
on_before_download
void function(cef_download_handler_t*, cef_browser_t*, cef_download_item_t*, const(cef_string_t)*, cef_before_download_callback_t*) on_before_download;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_download_updated
void function(cef_download_handler_t*, cef_browser_t*, cef_download_item_t*, cef_download_item_callback_t*) on_download_updated;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta