Skip to content

Commit

Permalink
Update function version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jan 8, 2025
1 parent 10948bf commit 4e4defa
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion SDL3/SDL_AsyncIOFromFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_CloseAsyncIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_CreateAsyncIOQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_CreateTray.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_CreateTrayMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_CreateTraySubmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_DestroyAsyncIOQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_DestroyTray.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetAsyncIOResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetAsyncIOSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetCurrentDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetThreadState.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayEntries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayEntryChecked.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayEntryEnabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayEntryLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayEntryParent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayMenuParentEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTrayMenuParentTray.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_GetTraySubmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_InsertTrayEntryAt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_IsAudioDevicePhysical.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_IsAudioDevicePlayback.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_IsMainThread.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_LoadFileAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_ReadAsyncIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_RemoveTrayEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_RenderDebugTextFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_RenderTextureAffine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_RunOnMainThread.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SaveFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SaveFile_IO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetGPUAllowedFramesInFlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayEntryCallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayEntryChecked.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayEntryEnabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayEntryLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SetTrayTooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_ShowFileDialogWithProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SignalAsyncIOQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_WaitAndAcquireGPUSwapchainTexture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_WaitAsyncIOResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 4e4defa

Please sign in to comment.