Function ctru_sys::NEWS_SetNotificationHeader
source · pub unsafe extern "C" fn NEWS_SetNotificationHeader(
news_id: u32_,
header: *const NotificationHeader
) -> Result
Expand description
Sets a custom header for a specific notification.
§Arguments
news_id
- Identification number of the notification.header
- Pointer to notification header to set.