Skip to main content

CFWriteStreamSetProperty

Function CFWriteStreamSetProperty 

Source
pub unsafe extern "C-unwind" fn CFWriteStreamSetProperty(
    stream: &CFWriteStream,
    property_name: Option<&CFStreamPropertyKey>,
    property_value: Option<&CFType>,
) -> bool
👎Deprecated:

renamed to CFWriteStream::set_property

Available on crate feature CFStream only.