Skip to main content

CFLocaleCopyDisplayNameForPropertyValue

Function CFLocaleCopyDisplayNameForPropertyValue 

Source
pub extern "C-unwind" fn CFLocaleCopyDisplayNameForPropertyValue(
    display_locale: &CFLocale,
    key: Option<&CFLocaleKey>,
    value: Option<&CFString>,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFLocale::display_name_for_property_value

Available on crate feature CFLocale only.