Skip to main content

CFUserNotificationCallBack

Type Alias CFUserNotificationCallBack 

Source
pub type CFUserNotificationCallBack = Option<unsafe extern "C" fn(userNotification: CFUserNotificationRef, responseFlags: CFOptionFlags)>;

Aliased Type§

pub enum CFUserNotificationCallBack {
    None,
    Some(unsafe extern "C" fn(*mut __CFUserNotification, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut __CFUserNotification, u64))

Some value of type T.