Skip to main content

cef_get_path

Function cef_get_path 

Source
pub unsafe extern "C" fn cef_get_path(
    key: cef_path_key_t,
    path: *mut cef_string_t,
) -> c_int
Expand description

Retrieve the path associated with the specified |key|. Returns true (1) on success. Can be called on any thread in the browser process.