Skip to main content

CFNotificationCenterPostNotification

Function CFNotificationCenterPostNotification 

Source
pub unsafe extern "C-unwind" fn CFNotificationCenterPostNotification(
    center: &CFNotificationCenter,
    name: Option<&CFNotificationName>,
    object: *const c_void,
    user_info: Option<&CFDictionary>,
    deliver_immediately: bool,
)
👎Deprecated:

renamed to CFNotificationCenter::post_notification

Available on crate features CFDictionary and CFNotificationCenter only.