Skip to content

Commit 8923d73

Browse files
Update SDL_asyncio.inc to 3.4.4
1 parent 3d294a9 commit 8923d73

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

units/SDL3.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ interface
9191
{$I SDL_pixels.inc} // 3.4.2
9292
{$I SDL_blendmode.inc} // 3.4.2
9393
{$I SDL_iostream.inc} // 3.4.4
94-
{$I SDL_asyncio.inc} // 3.2.0
94+
{$I SDL_asyncio.inc} // 3.4.4
9595
{$I SDL_surface.inc} // 3.2.20
9696
{$I SDL_video.inc} // 3.4.2
9797
{$I SDL_timer.inc} // 3.2.20

units/SDL_asyncio.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ type
197197
* \returns a Pointer to the SDL_AsyncIO structure that is created or nil on
198198
* failure; call SDL_GetError() for more information.
199199
*
200+
* \threadsafety It is safe to call this function from any thread.
201+
*
200202
* \since This function is available since SDL 3.2.0.
201203
*
202204
* \sa SDL_CloseAsyncIO
@@ -524,6 +526,8 @@ procedure SDL_SignalAsyncIOQueue(queue: PSDL_AsyncIOQueue); cdecl;
524526
* results.
525527
* \returns true on success or false on failure; call SDL_GetError() for more
526528
* information.
529+
* \threadsafety It is safe to call this function from any thread.
530+
*
527531
*
528532
* \since This function is available since SDL 3.2.0.
529533
*

0 commit comments

Comments
 (0)