Skip to main content

CFBundleGetBundleWithIdentifier

Function CFBundleGetBundleWithIdentifier 

Source
pub extern "C-unwind" fn CFBundleGetBundleWithIdentifier(
    bundle_id: Option<&CFString>,
) -> Option<CFRetained<CFBundle>>
👎Deprecated:

renamed to CFBundle::bundle_with_identifier

Available on crate feature CFBundle only.