Skip to main content

CFBagRemoveValue

Function CFBagRemoveValue 

Source
pub unsafe extern "C-unwind" fn CFBagRemoveValue(
    the_bag: Option<&CFMutableBag>,
    value: *const c_void,
)
👎Deprecated:

renamed to CFMutableBag::remove_value

Available on crate feature CFBag only.