Skip to main content

CFDictionarySetValue

Function CFDictionarySetValue 

Source
pub unsafe extern "C-unwind" fn CFDictionarySetValue(
    the_dict: Option<&CFMutableDictionary>,
    key: *const c_void,
    value: *const c_void,
)
👎Deprecated:

renamed to CFMutableDictionary::set_value

Available on crate feature CFDictionary only.