Skip to main content

CFMessagePortSetName

Function CFMessagePortSetName 

Source
pub extern "C-unwind" fn CFMessagePortSetName(
    ms: &CFMessagePort,
    new_name: Option<&CFString>,
) -> bool
👎Deprecated:

renamed to CFMessagePort::set_name

Available on crate feature CFMessagePort only.