Skip to main content

CFTreeApplyFunctionToChildren

Function CFTreeApplyFunctionToChildren 

Source
pub unsafe extern "C-unwind" fn CFTreeApplyFunctionToChildren(
    tree: &CFTree,
    applier: CFTreeApplierFunction,
    context: *mut c_void,
)
👎Deprecated:

renamed to CFTree::apply_function_to_children

Available on crate feature CFTree only.