Skip to main content

CFBundleCopyPrivateFrameworksURL

Function CFBundleCopyPrivateFrameworksURL 

Source
pub extern "C-unwind" fn CFBundleCopyPrivateFrameworksURL(
    bundle: &CFBundle,
) -> Option<CFRetained<CFURL>>
👎Deprecated:

renamed to CFBundle::private_frameworks_url

Available on crate features CFBundle and CFURL only.