cef_before_download_callback_t

Callback structure used to asynchronously continue a download.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_before_download_callback_t {
extern (System)
void function(cef_before_download_callback_t* self, const(cef_string_t)* download_path, int show_dialog) nothrow cont;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta