Skip to main content

CFNetServiceCreate

Function CFNetServiceCreate 

Source
pub unsafe extern "C-unwind" fn CFNetServiceCreate(
    alloc: Option<&CFAllocator>,
    domain: &CFString,
    service_type: &CFString,
    name: &CFString,
    port: i32,
) -> CFRetained<CFNetService>
👎Deprecated:

renamed to CFNetService::new

Available on crate feature CFNetServices only.