Skip to main content

CFBundleGetPackageInfoInDirectory

Function CFBundleGetPackageInfoInDirectory 

Source
pub unsafe extern "C-unwind" fn CFBundleGetPackageInfoInDirectory(
    url: Option<&CFURL>,
    package_type: *mut u32,
    package_creator: *mut u32,
) -> bool
👎Deprecated:

renamed to CFBundle::package_info_in_directory

Available on crate features CFBundle and CFURL only.