Skip to main content

CFPropertyListWriteToStream

Function CFPropertyListWriteToStream 

Source
pub unsafe extern "C-unwind" fn CFPropertyListWriteToStream(
    property_list: &CFPropertyList,
    stream: Option<&CFWriteStream>,
    format: CFPropertyListFormat,
    error_string: *mut *const CFString,
) -> CFIndex
๐Ÿ‘ŽDeprecated:

Use CFPropertyListWrite instead.

Available on crate features CFPropertyList and CFStream only.
Expand description

ยงSafety

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