Skip to main content

cef_parse_url

Function cef_parse_url 

Source
pub unsafe extern "C" fn cef_parse_url(
    url: *const cef_string_t,
    parts: *mut _cef_urlparts_t,
) -> c_int
Expand description

Parse the specified |url| into its component parts. Returns false (0) if the URL is NULL or invalid.