Skip to main content

cef_create_url

Function cef_create_url 

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

Creates a URL from the specified |parts|, which must contain a non-NULL spec or a non-NULL host and path (at a minimum), but not both. Returns false (0) if |parts| isn’t initialized as described.