cef_request_context_t.clear_scheme_handler_factories

Clear all registered scheme handler factories. Returns false (0) on error. This function may be called on any thread in the browser process.

struct cef_request_context_t
extern (System)
int function(cef_request_context_t* self) nothrow clear_scheme_handler_factories;

Meta