pub unsafe extern "C" fn cef_get_path(
key: cef_path_key_t,
path: *mut cef_string_t,
) -> c_intExpand description
Retrieve the path associated with the specified |key|. Returns true (1) on success. Can be called on any thread in the browser process.