pub unsafe extern "C" fn NEWS_SetNotificationImage(
news_id: u32_,
buffer: *const c_void,
size: u32_,
) -> ResultExpand description
Sets a custom image for a specific notification.
ยงArguments
news_id- Identification number of the notification.buffer- Pointer to MPO image to set.size- Size of the MPO image to set.