diff --git a/SDL3/SDL_AsyncIOFromFile.md b/SDL3/SDL_AsyncIOFromFile.md index 12211b8df..e1b709b43 100644 --- a/SDL3/SDL_AsyncIOFromFile.md +++ b/SDL3/SDL_AsyncIOFromFile.md @@ -51,7 +51,7 @@ reads and writes to the opened file will be async, however. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_CloseAsyncIO.md b/SDL3/SDL_CloseAsyncIO.md index d670f8546..03b445a38 100644 --- a/SDL3/SDL_CloseAsyncIO.md +++ b/SDL3/SDL_CloseAsyncIO.md @@ -68,7 +68,7 @@ not attempt to close the same object. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryAsyncIO](CategoryAsyncIO) diff --git a/SDL3/SDL_CreateAsyncIOQueue.md b/SDL3/SDL_CreateAsyncIOQueue.md index 9369c60d9..78d070623 100644 --- a/SDL3/SDL_CreateAsyncIOQueue.md +++ b/SDL3/SDL_CreateAsyncIOQueue.md @@ -30,7 +30,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_CreateTray.md b/SDL3/SDL_CreateTray.md index 7661e17e3..ebdd22204 100644 --- a/SDL3/SDL_CreateTray.md +++ b/SDL3/SDL_CreateTray.md @@ -34,7 +34,7 @@ Using tray icons require the video subsystem. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_CreateTrayMenu.md b/SDL3/SDL_CreateTrayMenu.md index 285375a76..7eb19bf7f 100644 --- a/SDL3/SDL_CreateTrayMenu.md +++ b/SDL3/SDL_CreateTrayMenu.md @@ -35,7 +35,7 @@ A menu does not need to be destroyed; it will be destroyed with the tray. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_CreateTraySubmenu.md b/SDL3/SDL_CreateTraySubmenu.md index ddef77d3d..db5cc3532 100644 --- a/SDL3/SDL_CreateTraySubmenu.md +++ b/SDL3/SDL_CreateTraySubmenu.md @@ -35,7 +35,7 @@ A menu does not need to be destroyed; it will be destroyed with the tray. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_DestroyAsyncIOQueue.md b/SDL3/SDL_DestroyAsyncIOQueue.md index 717d1356f..d58cacc56 100644 --- a/SDL3/SDL_DestroyAsyncIOQueue.md +++ b/SDL3/SDL_DestroyAsyncIOQueue.md @@ -47,7 +47,7 @@ thread is waiting on the queue with ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryAsyncIO](CategoryAsyncIO) diff --git a/SDL3/SDL_DestroyTray.md b/SDL3/SDL_DestroyTray.md index 915ddf9e5..7a288f3e4 100644 --- a/SDL3/SDL_DestroyTray.md +++ b/SDL3/SDL_DestroyTray.md @@ -25,7 +25,7 @@ This also destroys all associated menus and entries. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetAsyncIOResult.md b/SDL3/SDL_GetAsyncIOResult.md index d59cb9569..f185f15a0 100644 --- a/SDL3/SDL_GetAsyncIOResult.md +++ b/SDL3/SDL_GetAsyncIOResult.md @@ -42,7 +42,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetAsyncIOSize.md b/SDL3/SDL_GetAsyncIOSize.md index 1790f6157..51f6d2b84 100644 --- a/SDL3/SDL_GetAsyncIOSize.md +++ b/SDL3/SDL_GetAsyncIOSize.md @@ -36,7 +36,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryAsyncIO](CategoryAsyncIO) diff --git a/SDL3/SDL_GetCurrentDirectory.md b/SDL3/SDL_GetCurrentDirectory.md index 1677b63fe..bc9f6ee26 100644 --- a/SDL3/SDL_GetCurrentDirectory.md +++ b/SDL3/SDL_GetCurrentDirectory.md @@ -30,7 +30,7 @@ outside of SDL. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryFilesystem](CategoryFilesystem) diff --git a/SDL3/SDL_GetThreadState.md b/SDL3/SDL_GetThreadState.md index 7796be459..94c11abec 100644 --- a/SDL3/SDL_GetThreadState.md +++ b/SDL3/SDL_GetThreadState.md @@ -26,7 +26,7 @@ or [SDL_THREAD_UNKNOWN](SDL_THREAD_UNKNOWN) if the thread isn't valid. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayEntries.md b/SDL3/SDL_GetTrayEntries.md index acd169862..1fc5d55c0 100644 --- a/SDL3/SDL_GetTrayEntries.md +++ b/SDL3/SDL_GetTrayEntries.md @@ -28,7 +28,7 @@ function that inserts or deletes entries in the menu is called. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayEntryChecked.md b/SDL3/SDL_GetTrayEntryChecked.md index 8cbacf09a..ca93470ec 100644 --- a/SDL3/SDL_GetTrayEntryChecked.md +++ b/SDL3/SDL_GetTrayEntryChecked.md @@ -31,7 +31,7 @@ The entry must have been created with the ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayEntryEnabled.md b/SDL3/SDL_GetTrayEntryEnabled.md index 5a65c2b5d..b0da8118f 100644 --- a/SDL3/SDL_GetTrayEntryEnabled.md +++ b/SDL3/SDL_GetTrayEntryEnabled.md @@ -26,7 +26,7 @@ bool SDL_GetTrayEntryEnabled(SDL_TrayEntry *entry); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayEntryLabel.md b/SDL3/SDL_GetTrayEntryLabel.md index 08aeb725d..9d08835b3 100644 --- a/SDL3/SDL_GetTrayEntryLabel.md +++ b/SDL3/SDL_GetTrayEntryLabel.md @@ -29,7 +29,7 @@ If the returned value is NULL, the entry is a separator. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayEntryParent.md b/SDL3/SDL_GetTrayEntryParent.md index b72d381d6..6203f925f 100644 --- a/SDL3/SDL_GetTrayEntryParent.md +++ b/SDL3/SDL_GetTrayEntryParent.md @@ -25,7 +25,7 @@ SDL_TrayMenu* SDL_GetTrayEntryParent(SDL_TrayEntry *entry); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayMenu.md b/SDL3/SDL_GetTrayMenu.md index bbd783584..5d0ee2d67 100644 --- a/SDL3/SDL_GetTrayMenu.md +++ b/SDL3/SDL_GetTrayMenu.md @@ -36,7 +36,7 @@ A menu does not need to be destroyed; it will be destroyed with the tray. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayMenuParentEntry.md b/SDL3/SDL_GetTrayMenuParentEntry.md index 26a3da788..04932df37 100644 --- a/SDL3/SDL_GetTrayMenuParentEntry.md +++ b/SDL3/SDL_GetTrayMenuParentEntry.md @@ -32,7 +32,7 @@ non-NULL for any given menu. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTrayMenuParentTray.md b/SDL3/SDL_GetTrayMenuParentTray.md index 4eeb5aba4..a7c8e0ea8 100644 --- a/SDL3/SDL_GetTrayMenuParentTray.md +++ b/SDL3/SDL_GetTrayMenuParentTray.md @@ -32,7 +32,7 @@ non-NULL for any given menu. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_GetTraySubmenu.md b/SDL3/SDL_GetTraySubmenu.md index 4ff3c9eee..61bbdfd80 100644 --- a/SDL3/SDL_GetTraySubmenu.md +++ b/SDL3/SDL_GetTraySubmenu.md @@ -36,7 +36,7 @@ A menu does not need to be destroyed; it will be destroyed with the tray. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_InsertTrayEntryAt.md b/SDL3/SDL_InsertTrayEntryAt.md index 6f12125b7..e660cd01f 100644 --- a/SDL3/SDL_InsertTrayEntryAt.md +++ b/SDL3/SDL_InsertTrayEntryAt.md @@ -36,7 +36,7 @@ An entry does not need to be destroyed; it will be destroyed with the tray. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_IsAudioDevicePhysical.md b/SDL3/SDL_IsAudioDevicePhysical.md index f7aed68bc..1a3b9f3e1 100644 --- a/SDL3/SDL_IsAudioDevicePhysical.md +++ b/SDL3/SDL_IsAudioDevicePhysical.md @@ -46,7 +46,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryAudio](CategoryAudio) diff --git a/SDL3/SDL_IsAudioDevicePlayback.md b/SDL3/SDL_IsAudioDevicePlayback.md index b32ed5fdd..381a2f8d6 100644 --- a/SDL3/SDL_IsAudioDevicePlayback.md +++ b/SDL3/SDL_IsAudioDevicePlayback.md @@ -34,7 +34,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryAudio](CategoryAudio) diff --git a/SDL3/SDL_IsMainThread.md b/SDL3/SDL_IsMainThread.md index 85034b596..f1a5324d8 100644 --- a/SDL3/SDL_IsMainThread.md +++ b/SDL3/SDL_IsMainThread.md @@ -33,7 +33,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_LoadFileAsync.md b/SDL3/SDL_LoadFileAsync.md index 940468137..a868d3721 100644 --- a/SDL3/SDL_LoadFileAsync.md +++ b/SDL3/SDL_LoadFileAsync.md @@ -46,7 +46,7 @@ newly-created task will be added to it when it completes its work. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_ReadAsyncIO.md b/SDL3/SDL_ReadAsyncIO.md index fcbaf22d3..4de9574d4 100644 --- a/SDL3/SDL_ReadAsyncIO.md +++ b/SDL3/SDL_ReadAsyncIO.md @@ -53,7 +53,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_RemoveTrayEntry.md b/SDL3/SDL_RemoveTrayEntry.md index 1d0531ed8..0f67a3223 100644 --- a/SDL3/SDL_RemoveTrayEntry.md +++ b/SDL3/SDL_RemoveTrayEntry.md @@ -21,7 +21,7 @@ void SDL_RemoveTrayEntry(SDL_TrayEntry *entry); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_RenderDebugTextFormat.md b/SDL3/SDL_RenderDebugTextFormat.md index 32b9b68e0..32ec4e37f 100644 --- a/SDL3/SDL_RenderDebugTextFormat.md +++ b/SDL3/SDL_RenderDebugTextFormat.md @@ -43,7 +43,7 @@ This function should only be called on the main thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_RenderTextureAffine.md b/SDL3/SDL_RenderTextureAffine.md index bdc0a29a7..d4dc052ae 100644 --- a/SDL3/SDL_RenderTextureAffine.md +++ b/SDL3/SDL_RenderTextureAffine.md @@ -37,7 +37,7 @@ You may only call this function from the main thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_RunOnMainThread.md b/SDL3/SDL_RunOnMainThread.md index c10b26a04..b94695991 100644 --- a/SDL3/SDL_RunOnMainThread.md +++ b/SDL3/SDL_RunOnMainThread.md @@ -42,7 +42,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SaveFile.md b/SDL3/SDL_SaveFile.md index f6de253c1..807d1933f 100644 --- a/SDL3/SDL_SaveFile.md +++ b/SDL3/SDL_SaveFile.md @@ -28,7 +28,7 @@ bool SDL_SaveFile(const char *file, const void *data, size_t datasize); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SaveFile_IO.md b/SDL3/SDL_SaveFile_IO.md index d7365d82d..77077f7ff 100644 --- a/SDL3/SDL_SaveFile_IO.md +++ b/SDL3/SDL_SaveFile_IO.md @@ -29,7 +29,7 @@ bool SDL_SaveFile_IO(SDL_IOStream *src, const void *data, size_t datasize, bool ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetGPUAllowedFramesInFlight.md b/SDL3/SDL_SetGPUAllowedFramesInFlight.md index 1363b1af8..65b965130 100644 --- a/SDL3/SDL_SetGPUAllowedFramesInFlight.md +++ b/SDL3/SDL_SetGPUAllowedFramesInFlight.md @@ -47,7 +47,7 @@ The minimum value of allowed frames in flight is 1, and the maximum is 3. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategoryGPU](CategoryGPU) diff --git a/SDL3/SDL_SetTrayEntryCallback.md b/SDL3/SDL_SetTrayEntryCallback.md index 3acd895dd..73b8e2f70 100644 --- a/SDL3/SDL_SetTrayEntryCallback.md +++ b/SDL3/SDL_SetTrayEntryCallback.md @@ -23,7 +23,7 @@ void SDL_SetTrayEntryCallback(SDL_TrayEntry *entry, SDL_TrayCallback callback, v ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetTrayEntryChecked.md b/SDL3/SDL_SetTrayEntryChecked.md index 3f6b83883..6ed194598 100644 --- a/SDL3/SDL_SetTrayEntryChecked.md +++ b/SDL3/SDL_SetTrayEntryChecked.md @@ -27,7 +27,7 @@ The entry must have been created with the ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetTrayEntryEnabled.md b/SDL3/SDL_SetTrayEntryEnabled.md index 9c523275a..a5e1ede00 100644 --- a/SDL3/SDL_SetTrayEntryEnabled.md +++ b/SDL3/SDL_SetTrayEntryEnabled.md @@ -22,7 +22,7 @@ void SDL_SetTrayEntryEnabled(SDL_TrayEntry *entry, bool enabled); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetTrayEntryLabel.md b/SDL3/SDL_SetTrayEntryLabel.md index 1133fd8d8..083c4ec3d 100644 --- a/SDL3/SDL_SetTrayEntryLabel.md +++ b/SDL3/SDL_SetTrayEntryLabel.md @@ -29,7 +29,7 @@ label. The function will silently fail if that happens. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetTrayIcon.md b/SDL3/SDL_SetTrayIcon.md index 25e8ff42c..3ade702da 100644 --- a/SDL3/SDL_SetTrayIcon.md +++ b/SDL3/SDL_SetTrayIcon.md @@ -22,7 +22,7 @@ void SDL_SetTrayIcon(SDL_Tray *tray, SDL_Surface *icon); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SetTrayTooltip.md b/SDL3/SDL_SetTrayTooltip.md index 50c5aab4b..21a080cb1 100644 --- a/SDL3/SDL_SetTrayTooltip.md +++ b/SDL3/SDL_SetTrayTooltip.md @@ -22,7 +22,7 @@ void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip); ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_ShowFileDialogWithProperties.md b/SDL3/SDL_ShowFileDialogWithProperties.md index 9e8d9440e..97470a332 100644 --- a/SDL3/SDL_ShowFileDialogWithProperties.md +++ b/SDL3/SDL_ShowFileDialogWithProperties.md @@ -56,7 +56,7 @@ OS's constraints. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_SignalAsyncIOQueue.md b/SDL3/SDL_SignalAsyncIOQueue.md index ffa2c21a0..23a84c457 100644 --- a/SDL3/SDL_SignalAsyncIOQueue.md +++ b/SDL3/SDL_SignalAsyncIOQueue.md @@ -38,7 +38,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_WaitAndAcquireGPUSwapchainTexture.md b/SDL3/SDL_WaitAndAcquireGPUSwapchainTexture.md index 628618532..a58ca6413 100644 --- a/SDL3/SDL_WaitAndAcquireGPUSwapchainTexture.md +++ b/SDL3/SDL_WaitAndAcquireGPUSwapchainTexture.md @@ -58,7 +58,7 @@ window. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_WaitAsyncIOResult.md b/SDL3/SDL_WaitAsyncIOResult.md index dfe7acc14..c9234180d 100644 --- a/SDL3/SDL_WaitAsyncIOResult.md +++ b/SDL3/SDL_WaitAsyncIOResult.md @@ -61,7 +61,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_WaitForGPUSwapchain.md b/SDL3/SDL_WaitForGPUSwapchain.md index b62dbcbc2..b0975df83 100644 --- a/SDL3/SDL_WaitForGPUSwapchain.md +++ b/SDL3/SDL_WaitForGPUSwapchain.md @@ -34,7 +34,7 @@ window. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also diff --git a/SDL3/SDL_WriteAsyncIO.md b/SDL3/SDL_WriteAsyncIO.md index 270335805..6708c5c89 100644 --- a/SDL3/SDL_WriteAsyncIO.md +++ b/SDL3/SDL_WriteAsyncIO.md @@ -52,7 +52,7 @@ It is safe to call this function from any thread. ## Version -This function is available since SDL 3.2.0. +This function is available since SDL 3.1.8. ## See Also