Sync wiki -> header

This commit is contained in:
SDL Wiki Bot 2021-09-17 19:10:07 +00:00
parent eb8f332c26
commit 74a1eb2106
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -1527,6 +1527,8 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window * window,
* \param operation the flash operation * \param operation the flash operation
* \returns 0 on success or a negative error code on failure; call * \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information. * 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); extern DECLSPEC int SDLCALL SDL_FlashWindow(SDL_Window * window, SDL_FlashOperation operation);