Skip to main content

CFBundleGetValueForInfoDictionaryKey

Function CFBundleGetValueForInfoDictionaryKey 

Source
pub extern "C-unwind" fn CFBundleGetValueForInfoDictionaryKey(
    bundle: &CFBundle,
    key: Option<&CFString>,
) -> Option<CFRetained<CFType>>
👎Deprecated:

renamed to CFBundle::value_for_info_dictionary_key

Available on crate feature CFBundle only.