Skip to main content

CFURLCopyStrictPath

Function CFURLCopyStrictPath 

Source
pub unsafe extern "C-unwind" fn CFURLCopyStrictPath(
    an_url: &CFURL,
    is_absolute: *mut u8,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFURL::strict_path

Available on crate feature CFURL only.