SDL: Sync wiki -> header (44ab0)

From 44ab04fc6382832f24bf4a08547fb2b2d41cb3fd Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 17 Sep 2021 19:19:06 +0000
Subject: [PATCH] Sync wiki -> header

---
 include/SDL_system.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/SDL_system.h b/include/SDL_system.h
index 6dd5c48d97..e48b4245d6 100644
--- a/include/SDL_system.h
+++ b/include/SDL_system.h
@@ -342,6 +342,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permis
  * \param xoffset set this parameter only when gravity >=0
  * \param yoffset set this parameter only when gravity >=0
  * \returns 0 if success, -1 if any error occurs.
+ *
+ * \since This function is available since SDL 2.0.16.
  */
 extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);