Skip to main content

CFDictionaryContainsValue

Function CFDictionaryContainsValue 

Source
pub unsafe extern "C-unwind" fn CFDictionaryContainsValue(
    the_dict: &CFDictionary,
    value: *const c_void,
) -> bool
👎Deprecated:

renamed to CFDictionary::contains_ptr_value

Available on crate feature CFDictionary only.