Skip to main content

CFURLSetResourcePropertyForKey

Function CFURLSetResourcePropertyForKey 

Source
pub unsafe extern "C-unwind" fn CFURLSetResourcePropertyForKey(
    url: &CFURL,
    key: Option<&CFString>,
    property_value: Option<&CFType>,
    error: *mut *mut CFError,
) -> bool
👎Deprecated:

renamed to CFURL::set_resource_property_for_key

Available on crate features CFError and CFURL only.