Update news.h

This commit is contained in:
Rinnegatamante 2016-01-23 00:01:16 +01:00
parent 70b658ae74
commit 0e8d7b98f0

View File

@ -65,7 +65,7 @@ Result NEWS_GetNotificationMessage(u32 news_id, u16* message);
/**
* @brief Gets the image of a specific notification.
* @param news_id Identification number of the notification.
* @param message Pointer where MPO image of the notification will be saved.
* @param buffer Pointer where MPO image of the notification will be saved.
* @param size Pointer where size of the image data will be saved in bytes.
*/
Result NEWS_GetNotificationImage(u32 id, u8* buffer, u32* size);