Skip to main content

CFRunLoopRemoveObserver

Function CFRunLoopRemoveObserver 

Source
pub extern "C-unwind" fn CFRunLoopRemoveObserver(
    rl: &CFRunLoop,
    observer: Option<&CFRunLoopObserver>,
    mode: Option<&CFRunLoopMode>,
)
👎Deprecated:

renamed to CFRunLoop::remove_observer

Available on crate feature CFRunLoop only.