cef_request_context_create_context

Function cef_request_context_create_context 

Source
pub unsafe extern "C" fn cef_request_context_create_context(
    settings: *const _cef_request_context_settings_t,
    handler: *mut _cef_request_context_handler_t,
) -> *mut cef_request_context_t
Expand description

Creates a new context object with the specified |settings| and optional |handler|.