Skip to main content

CFPropertyListWrite

Function CFPropertyListWrite 

Source
pub unsafe extern "C-unwind" fn CFPropertyListWrite(
    property_list: &CFPropertyList,
    stream: Option<&CFWriteStream>,
    format: CFPropertyListFormat,
    options: CFOptionFlags,
    error: *mut *mut CFError,
) -> CFIndex
Available on crate features CFError and CFPropertyList and CFStream only.
Expand description

ยงSafety

  • property_list should be of the correct type.
  • stream might not allow None.
  • error must be a valid pointer.