Skip to main content

CFSetAddValue

Function CFSetAddValue 

Source
pub unsafe extern "C-unwind" fn CFSetAddValue(
    the_set: Option<&CFMutableSet>,
    value: *const c_void,
)
👎Deprecated:

renamed to CFMutableSet::add_value

Available on crate feature CFSet only.