File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments