Skip to main content

CFDictionaryRemoveValue

Function CFDictionaryRemoveValue 

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

renamed to CFMutableDictionary::remove_value

Available on crate feature CFDictionary only.