Browse Source

Sync wiki -> header

SDL Wiki Bot 3 years ago
parent
commit
74a1eb2106
2 changed files with 4 additions and 0 deletions
  1. 2 0
      include/SDL_audio.h
  2. 2 0
      include/SDL_video.h

+ 2 - 0
include/SDL_audio.h

@@ -437,6 +437,8 @@ extern DECLSPEC const char *SDLCALL SDL_GetAudioDeviceName(int index,
  * \param spec The SDL_AudioSpec to be initialized by this function.
  * \returns 0 on success, nonzero on error
  *
+ * \since This function is available since SDL 2.0.16.
+ *
  * \sa SDL_GetNumAudioDevices
  */
 extern DECLSPEC int SDLCALL SDL_GetAudioDeviceSpec(int index,

+ 2 - 0
include/SDL_video.h

@@ -1527,6 +1527,8 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window * window,
  * \param operation the flash operation
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
+ *
+ * \since This function is available since SDL 2.0.16.
  */
 extern DECLSPEC int SDLCALL SDL_FlashWindow(SDL_Window * window, SDL_FlashOperation operation);