Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2024-10-13 00:14:05 +00:00
parent 01c9c1d0eb
commit fd9f2ae5b5

View File

@ -297,9 +297,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppInit(void **appstate, int a
* \returns SDL_APP_FAILURE to terminate with an error, SDL_APP_SUCCESS to * \returns SDL_APP_FAILURE to terminate with an error, SDL_APP_SUCCESS to
* terminate with success, SDL_APP_CONTINUE to continue. * terminate with success, SDL_APP_CONTINUE to continue.
* *
* \threadsafety This function may get called concurrently with * \threadsafety This function may get called concurrently with SDL_AppEvent()
* SDL_AppEvent() for events not pushed on the main * for events not pushed on the main thread.
* thread.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
* *
@ -347,8 +346,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppIterate(void *appstate);
* terminate with success, SDL_APP_CONTINUE to continue. * terminate with success, SDL_APP_CONTINUE to continue.
* *
* \threadsafety This function may get called concurrently with * \threadsafety This function may get called concurrently with
* SDL_AppIterate() or SDL_AppQuit() for events not * SDL_AppIterate() or SDL_AppQuit() for events not pushed from
* pushed from the main thread. * the main thread.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
* *