Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Dec 26, 2024
1 parent 3c4404c commit 5eb3a4b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_GetTextureSize](SDL_GetTextureSize)
- [SDL_GetThreadID](SDL_GetThreadID)
- [SDL_GetThreadName](SDL_GetThreadName)
- [SDL_GetThreadState](SDL_GetThreadState)
- [SDL_GetTicks](SDL_GetTicks)
- [SDL_GetTicksNS](SDL_GetTicksNS)
- [SDL_GetTLS](SDL_GetTLS)
Expand Down Expand Up @@ -745,8 +746,8 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_LockSurface](SDL_LockSurface)
- [SDL_LockTexture](SDL_LockTexture)
- [SDL_LockTextureToSurface](SDL_LockTextureToSurface)
- [SDL_log](SDL_log)
- [SDL_Log](SDL_Log)
- [SDL_log](SDL_log)
- [SDL_log10](SDL_log10)
- [SDL_log10f](SDL_log10f)
- [SDL_LogCritical](SDL_LogCritical)
Expand Down Expand Up @@ -1608,6 +1609,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_TextInputType](SDL_TextInputType)
- [SDL_TextureAccess](SDL_TextureAccess)
- [SDL_ThreadPriority](SDL_ThreadPriority)
- [SDL_ThreadState](SDL_ThreadState)
- [SDL_TimeFormat](SDL_TimeFormat)
- [SDL_TouchDeviceType](SDL_TouchDeviceType)
- [SDL_TransferCharacteristics](SDL_TransferCharacteristics)
Expand Down
1 change: 1 addition & 0 deletions SDL3/CategoryAPIEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ might be easier to look at the Enums section [in a specific category](APIByCateg
- [SDL_TextInputType](SDL_TextInputType)
- [SDL_TextureAccess](SDL_TextureAccess)
- [SDL_ThreadPriority](SDL_ThreadPriority)
- [SDL_ThreadState](SDL_ThreadState)
- [SDL_TimeFormat](SDL_TimeFormat)
- [SDL_TouchDeviceType](SDL_TouchDeviceType)
- [SDL_TransferCharacteristics](SDL_TransferCharacteristics)
Expand Down
4 changes: 4 additions & 0 deletions SDL3/CategoryAPIEnumerators.md
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,10 @@
- [SDL_THREAD_PRIORITY_LOW](SDL_THREAD_PRIORITY_LOW)
- [SDL_THREAD_PRIORITY_NORMAL](SDL_THREAD_PRIORITY_NORMAL)
- [SDL_THREAD_PRIORITY_TIME_CRITICAL](SDL_THREAD_PRIORITY_TIME_CRITICAL)
- [SDL_THREAD_STATE_ALIVE](SDL_THREAD_STATE_ALIVE)
- [SDL_THREAD_STATE_CLEANED](SDL_THREAD_STATE_CLEANED)
- [SDL_THREAD_STATE_DETACHED](SDL_THREAD_STATE_DETACHED)
- [SDL_THREAD_STATE_ZOMBIE](SDL_THREAD_STATE_ZOMBIE)
- [SDL_TIME_FORMAT_12HR](SDL_TIME_FORMAT_12HR)
- [SDL_TIME_FORMAT_24HR](SDL_TIME_FORMAT_24HR)
- [SDL_TOUCH_DEVICE_DIRECT](SDL_TOUCH_DEVICE_DIRECT)
Expand Down
3 changes: 2 additions & 1 deletion SDL3/CategoryAPIFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_GetTextureSize](SDL_GetTextureSize)
- [SDL_GetThreadID](SDL_GetThreadID)
- [SDL_GetThreadName](SDL_GetThreadName)
- [SDL_GetThreadState](SDL_GetThreadState)
- [SDL_GetTicks](SDL_GetTicks)
- [SDL_GetTicksNS](SDL_GetTicksNS)
- [SDL_GetTLS](SDL_GetTLS)
Expand Down Expand Up @@ -745,8 +746,8 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_LockSurface](SDL_LockSurface)
- [SDL_LockTexture](SDL_LockTexture)
- [SDL_LockTextureToSurface](SDL_LockTextureToSurface)
- [SDL_log](SDL_log)
- [SDL_Log](SDL_Log)
- [SDL_log](SDL_log)
- [SDL_log10](SDL_log10)
- [SDL_log10f](SDL_log10f)
- [SDL_LogCritical](SDL_LogCritical)
Expand Down
2 changes: 2 additions & 0 deletions SDL3/CategoryThread.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ need locks to manage thread safety. Those pieces are in [CategoryMutex](Category
- [SDL_GetCurrentThreadID](SDL_GetCurrentThreadID)
- [SDL_GetThreadID](SDL_GetThreadID)
- [SDL_GetThreadName](SDL_GetThreadName)
- [SDL_GetThreadState](SDL_GetThreadState)
- [SDL_GetTLS](SDL_GetTLS)
- [SDL_SetCurrentThreadPriority](SDL_SetCurrentThreadPriority)
- [SDL_SetTLS](SDL_SetTLS)
Expand Down Expand Up @@ -48,6 +49,7 @@ need locks to manage thread safety. Those pieces are in [CategoryMutex](Category
<!-- DO NOT HAND-EDIT CATEGORY LISTS, THEY ARE AUTOGENERATED AND WILL BE OVERWRITTEN, BASED ON TAGS IN INDIVIDUAL PAGE FOOTERS. EDIT THOSE INSTEAD. -->
<!-- BEGIN CATEGORY LIST: CategoryThread, CategoryAPIEnum -->
- [SDL_ThreadPriority](SDL_ThreadPriority)
- [SDL_ThreadState](SDL_ThreadState)
<!-- END CATEGORY LIST -->

## Macros
Expand Down

0 comments on commit 5eb3a4b

Please sign in to comment.