cef_client_t.get_download_handler

Return the handler for download events. If no handler is returned downloads will not be allowed.

struct cef_client_t
extern (System)
cef_download_handler_t* function(cef_client_t* self) nothrow get_download_handler;

Meta