cef_download_item_callback_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

cancel
void function(cef_download_item_callback_t* self) nothrow cancel;

Call to cancel the download.

pause
void function(cef_download_item_callback_t* self) nothrow pause;

Call to pause the download.

resume
void function(cef_download_item_callback_t* self) nothrow resume;

Call to resume the download.

Meta