Skip to main content

CFRunLoopRemoveSource

Function CFRunLoopRemoveSource 

Source
pub extern "C-unwind" fn CFRunLoopRemoveSource(
    rl: &CFRunLoop,
    source: Option<&CFRunLoopSource>,
    mode: Option<&CFRunLoopMode>,
)
👎Deprecated:

renamed to CFRunLoop::remove_source

Available on crate feature CFRunLoop only.