Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Sep 14, 2024
1 parent 0cb511c commit 690c5e6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_ceil](SDL_ceil)
- [SDL_ceilf](SDL_ceilf)
- [SDL_ClaimWindowForGPUDevice](SDL_ClaimWindowForGPUDevice)
- [SDL_CleanupEnvironment](SDL_CleanupEnvironment)
- [SDL_CleanupTLS](SDL_CleanupTLS)
- [SDL_ClearAudioStream](SDL_ClearAudioStream)
- [SDL_ClearClipboardData](SDL_ClearClipboardData)
Expand Down Expand Up @@ -115,6 +116,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_CreateCondition](SDL_CreateCondition)
- [SDL_CreateCursor](SDL_CreateCursor)
- [SDL_CreateDirectory](SDL_CreateDirectory)
- [SDL_CreateEnvironment](SDL_CreateEnvironment)
- [SDL_CreateGPUBuffer](SDL_CreateGPUBuffer)
- [SDL_CreateGPUComputePipeline](SDL_CreateGPUComputePipeline)
- [SDL_CreateGPUDevice](SDL_CreateGPUDevice)
Expand Down Expand Up @@ -156,6 +158,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_DestroyAudioStream](SDL_DestroyAudioStream)
- [SDL_DestroyCondition](SDL_DestroyCondition)
- [SDL_DestroyCursor](SDL_DestroyCursor)
- [SDL_DestroyEnvironment](SDL_DestroyEnvironment)
- [SDL_DestroyGPUDevice](SDL_DestroyGPUDevice)
- [SDL_DestroyHapticEffect](SDL_DestroyHapticEffect)
- [SDL_DestroyMutex](SDL_DestroyMutex)
Expand Down Expand Up @@ -295,6 +298,10 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_GetDisplays](SDL_GetDisplays)
- [SDL_GetDisplayUsableBounds](SDL_GetDisplayUsableBounds)
- [SDL_GetDXGIOutputInfo](SDL_GetDXGIOutputInfo)
- [SDL_getenv_unsafe](SDL_getenv_unsafe)
- [SDL_GetEnvironment](SDL_GetEnvironment)
- [SDL_GetEnvironmentVariable](SDL_GetEnvironmentVariable)
- [SDL_GetEnvironmentVariables](SDL_GetEnvironmentVariables)
- [SDL_GetError](SDL_GetError)
- [SDL_GetEventFilter](SDL_GetEventFilter)
- [SDL_GetFloatProperty](SDL_GetFloatProperty)
Expand Down Expand Up @@ -905,6 +912,8 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_SetClipboardData](SDL_SetClipboardData)
- [SDL_SetClipboardText](SDL_SetClipboardText)
- [SDL_SetCursor](SDL_SetCursor)
- [SDL_setenv_unsafe](SDL_setenv_unsafe)
- [SDL_SetEnvironmentVariable](SDL_SetEnvironmentVariable)
- [SDL_SetError](SDL_SetError)
- [SDL_SetEventEnabled](SDL_SetEventEnabled)
- [SDL_SetEventFilter](SDL_SetEventFilter)
Expand Down Expand Up @@ -1086,6 +1095,8 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_UnlockTexture](SDL_UnlockTexture)
- [SDL_UnmapGPUTransferBuffer](SDL_UnmapGPUTransferBuffer)
- [SDL_UnregisterApp](SDL_UnregisterApp)
- [SDL_unsetenv_unsafe](SDL_unsetenv_unsafe)
- [SDL_UnsetEnvironmentVariable](SDL_UnsetEnvironmentVariable)
- [SDL_UpdateGamepads](SDL_UpdateGamepads)
- [SDL_UpdateHapticEffect](SDL_UpdateHapticEffect)
- [SDL_UpdateJoysticks](SDL_UpdateJoysticks)
Expand Down Expand Up @@ -1174,6 +1185,7 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_EGLAttribArrayCallback](SDL_EGLAttribArrayCallback)
- [SDL_EGLDisplay](SDL_EGLDisplay)
- [SDL_EnumeratePropertiesCallback](SDL_EnumeratePropertiesCallback)
- [SDL_Environment](SDL_Environment)
- [SDL_EventFilter](SDL_EventFilter)
- [SDL_free_func](SDL_free_func)
- [SDL_FunctionPointer](SDL_FunctionPointer)
Expand Down
1 change: 1 addition & 0 deletions SDL3/CategoryAPIDatatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ look at the Datatypes section [in a specific category](APIByCategory) instead.
- [SDL_EGLAttribArrayCallback](SDL_EGLAttribArrayCallback)
- [SDL_EGLDisplay](SDL_EGLDisplay)
- [SDL_EnumeratePropertiesCallback](SDL_EnumeratePropertiesCallback)
- [SDL_Environment](SDL_Environment)
- [SDL_EventFilter](SDL_EventFilter)
- [SDL_free_func](SDL_free_func)
- [SDL_FunctionPointer](SDL_FunctionPointer)
Expand Down
11 changes: 11 additions & 0 deletions SDL3/CategoryAPIFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_ceil](SDL_ceil)
- [SDL_ceilf](SDL_ceilf)
- [SDL_ClaimWindowForGPUDevice](SDL_ClaimWindowForGPUDevice)
- [SDL_CleanupEnvironment](SDL_CleanupEnvironment)
- [SDL_CleanupTLS](SDL_CleanupTLS)
- [SDL_ClearAudioStream](SDL_ClearAudioStream)
- [SDL_ClearClipboardData](SDL_ClearClipboardData)
Expand Down Expand Up @@ -115,6 +116,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_CreateCondition](SDL_CreateCondition)
- [SDL_CreateCursor](SDL_CreateCursor)
- [SDL_CreateDirectory](SDL_CreateDirectory)
- [SDL_CreateEnvironment](SDL_CreateEnvironment)
- [SDL_CreateGPUBuffer](SDL_CreateGPUBuffer)
- [SDL_CreateGPUComputePipeline](SDL_CreateGPUComputePipeline)
- [SDL_CreateGPUDevice](SDL_CreateGPUDevice)
Expand Down Expand Up @@ -156,6 +158,7 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_DestroyAudioStream](SDL_DestroyAudioStream)
- [SDL_DestroyCondition](SDL_DestroyCondition)
- [SDL_DestroyCursor](SDL_DestroyCursor)
- [SDL_DestroyEnvironment](SDL_DestroyEnvironment)
- [SDL_DestroyGPUDevice](SDL_DestroyGPUDevice)
- [SDL_DestroyHapticEffect](SDL_DestroyHapticEffect)
- [SDL_DestroyMutex](SDL_DestroyMutex)
Expand Down Expand Up @@ -295,6 +298,10 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_GetDisplays](SDL_GetDisplays)
- [SDL_GetDisplayUsableBounds](SDL_GetDisplayUsableBounds)
- [SDL_GetDXGIOutputInfo](SDL_GetDXGIOutputInfo)
- [SDL_getenv_unsafe](SDL_getenv_unsafe)
- [SDL_GetEnvironment](SDL_GetEnvironment)
- [SDL_GetEnvironmentVariable](SDL_GetEnvironmentVariable)
- [SDL_GetEnvironmentVariables](SDL_GetEnvironmentVariables)
- [SDL_GetError](SDL_GetError)
- [SDL_GetEventFilter](SDL_GetEventFilter)
- [SDL_GetFloatProperty](SDL_GetFloatProperty)
Expand Down Expand Up @@ -905,6 +912,8 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_SetClipboardData](SDL_SetClipboardData)
- [SDL_SetClipboardText](SDL_SetClipboardText)
- [SDL_SetCursor](SDL_SetCursor)
- [SDL_setenv_unsafe](SDL_setenv_unsafe)
- [SDL_SetEnvironmentVariable](SDL_SetEnvironmentVariable)
- [SDL_SetError](SDL_SetError)
- [SDL_SetEventEnabled](SDL_SetEventEnabled)
- [SDL_SetEventFilter](SDL_SetEventFilter)
Expand Down Expand Up @@ -1086,6 +1095,8 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_UnlockTexture](SDL_UnlockTexture)
- [SDL_UnmapGPUTransferBuffer](SDL_UnmapGPUTransferBuffer)
- [SDL_UnregisterApp](SDL_UnregisterApp)
- [SDL_unsetenv_unsafe](SDL_unsetenv_unsafe)
- [SDL_UnsetEnvironmentVariable](SDL_UnsetEnvironmentVariable)
- [SDL_UpdateGamepads](SDL_UpdateGamepads)
- [SDL_UpdateHapticEffect](SDL_UpdateHapticEffect)
- [SDL_UpdateJoysticks](SDL_UpdateJoysticks)
Expand Down
12 changes: 12 additions & 0 deletions SDL3/CategoryStdinc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ in doubt, consult the documentation for details.
- [SDL_calloc](SDL_calloc)
- [SDL_ceil](SDL_ceil)
- [SDL_ceilf](SDL_ceilf)
- [SDL_CleanupEnvironment](SDL_CleanupEnvironment)
- [SDL_copysign](SDL_copysign)
- [SDL_copysignf](SDL_copysignf)
- [SDL_cos](SDL_cos)
- [SDL_cosf](SDL_cosf)
- [SDL_CreateEnvironment](SDL_CreateEnvironment)
- [SDL_DestroyEnvironment](SDL_DestroyEnvironment)
- [SDL_exp](SDL_exp)
- [SDL_expf](SDL_expf)
- [SDL_fabs](SDL_fabs)
Expand All @@ -40,6 +43,10 @@ in doubt, consult the documentation for details.
- [SDL_fmod](SDL_fmod)
- [SDL_fmodf](SDL_fmodf)
- [SDL_free](SDL_free)
- [SDL_getenv_unsafe](SDL_getenv_unsafe)
- [SDL_GetEnvironment](SDL_GetEnvironment)
- [SDL_GetEnvironmentVariable](SDL_GetEnvironmentVariable)
- [SDL_GetEnvironmentVariables](SDL_GetEnvironmentVariables)
- [SDL_GetMemoryFunctions](SDL_GetMemoryFunctions)
- [SDL_GetNumAllocations](SDL_GetNumAllocations)
- [SDL_GetOriginalMemoryFunctions](SDL_GetOriginalMemoryFunctions)
Expand Down Expand Up @@ -87,6 +94,8 @@ in doubt, consult the documentation for details.
- [SDL_roundf](SDL_roundf)
- [SDL_scalbn](SDL_scalbn)
- [SDL_scalbnf](SDL_scalbnf)
- [SDL_setenv_unsafe](SDL_setenv_unsafe)
- [SDL_SetEnvironmentVariable](SDL_SetEnvironmentVariable)
- [SDL_SetMemoryFunctions](SDL_SetMemoryFunctions)
- [SDL_sin](SDL_sin)
- [SDL_sinf](SDL_sinf)
Expand Down Expand Up @@ -117,6 +126,8 @@ in doubt, consult the documentation for details.
- [SDL_trunc](SDL_trunc)
- [SDL_truncf](SDL_truncf)
- [SDL_UCS4ToUTF8](SDL_UCS4ToUTF8)
- [SDL_unsetenv_unsafe](SDL_unsetenv_unsafe)
- [SDL_UnsetEnvironmentVariable](SDL_UnsetEnvironmentVariable)
- [SDL_utf8strlcpy](SDL_utf8strlcpy)
- [SDL_wcscasecmp](SDL_wcscasecmp)
- [SDL_wcscmp](SDL_wcscmp)
Expand All @@ -133,6 +144,7 @@ in doubt, consult the documentation for details.
<!-- BEGIN CATEGORY LIST: CategoryStdinc, CategoryAPIDatatype -->
- [SDL_bool](SDL_bool)
- [SDL_calloc_func](SDL_calloc_func)
- [SDL_Environment](SDL_Environment)
- [SDL_free_func](SDL_free_func)
- [SDL_FunctionPointer](SDL_FunctionPointer)
- [SDL_malloc_func](SDL_malloc_func)
Expand Down

0 comments on commit 690c5e6

Please sign in to comment.