From: TravisCI-DocBuilder Date: Sun, 8 Nov 2015 21:54:45 +0000 (+0000) Subject: Doc generated from commit c12c0aace3c7f3ef9a49a8d41c129e89d5b04324 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=8e510dc1ae5f3d97e17111c086c4ec99992aeab7;p=corbenik%2Fctrulib.git Doc generated from commit c12c0aace3c7f3ef9a49a8d41c129e89d5b04324 --- diff --git a/globals_func_n.html b/globals_func_n.html index d67a277..e6427d0 100644 --- a/globals_func_n.html +++ b/globals_func_n.html @@ -216,15 +216,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • ndspUseComponent() : ndsp.h
  • +
  • NEWS_AddNotification() +: news.h +
  • newsExit() : news.h
  • newsInit() : news.h
  • -
  • NEWSU_AddNotification() -: news.h -
  • NS_LaunchTitle() : ns.h
  • diff --git a/globals_n.html b/globals_n.html index dab2d98..a3b3fde 100644 --- a/globals_n.html +++ b/globals_n.html @@ -316,15 +316,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • ndspUseComponent() : ndsp.h
  • +
  • NEWS_AddNotification() +: news.h +
  • newsExit() : news.h
  • newsInit() : news.h
  • -
  • NEWSU_AddNotification() -: news.h -
  • NS_APPID : apt.h
  • diff --git a/news_8h.html b/news_8h.html index 69b379a..8424af8 100644 --- a/news_8h.html +++ b/news_8h.html @@ -108,19 +108,19 @@ Functions void newsExit (void)  Exits NEWS.
      -Result NEWSU_AddNotification (const u16 *title, u32 titleLength, const u16 *message, u32 messageLength, const void *imageData, u32 imageSize, bool jpeg) - Adds a notification to the home menu Notifications applet. More...
    -  +Result NEWS_AddNotification (const u16 *title, u32 titleLength, const u16 *message, u32 messageLength, const void *imageData, u32 imageSize, bool jpeg) + Adds a notification to the home menu Notifications applet. More...

    Detailed Description

    NEWS (Notification) service.

    Function Documentation

    - +
    - + diff --git a/news_8h_source.html b/news_8h_source.html index 58dbcb1..b68cbf7 100644 --- a/news_8h_source.html +++ b/news_8h_source.html @@ -112,10 +112,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    20  * @param imageSize Size of the image data in bytes.
    21  * @param jpeg Whether the image is a JPEG or not.
    22  */
    -
    23 Result NEWSU_AddNotification(const u16* title, u32 titleLength, const u16* message, u32 messageLength, const void* imageData, u32 imageSize, bool jpeg);
    +
    23 Result NEWS_AddNotification(const u16* title, u32 titleLength, const u16* message, u32 messageLength, const void* imageData, u32 imageSize, bool jpeg);
    s32 Result
    Function result.
    Definition: types.h:43
    uint16_t u16
    16-bit unsigned integer
    Definition: types.h:23
    -
    Result NEWSU_AddNotification(const u16 *title, u32 titleLength, const u16 *message, u32 messageLength, const void *imageData, u32 imageSize, bool jpeg)
    Adds a notification to the home menu Notifications applet.
    +
    Result NEWS_AddNotification(const u16 *title, u32 titleLength, const u16 *message, u32 messageLength, const void *imageData, u32 imageSize, bool jpeg)
    Adds a notification to the home menu Notifications applet.
    uint32_t u32
    32-bit unsigned integer
    Definition: types.h:24
    Result newsInit(void)
    Initializes NEWS.
    void newsExit(void)
    Exits NEWS.
    Result NEWSU_AddNotification Result NEWS_AddNotification ( const u16 title,