Skip to main content

CFUserNotificationGetResponseValue

Function CFUserNotificationGetResponseValue 

Source
pub unsafe extern "C-unwind" fn CFUserNotificationGetResponseValue(
    user_notification: &CFUserNotification,
    key: Option<&CFString>,
    idx: CFIndex,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFUserNotification::response_value

Available on crate feature CFUserNotification only.