Sync SDL3 wiki -> header
This commit is contained in:
@@ -337,8 +337,8 @@ extern DECLSPEC int SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo *info
|
|||||||
* separator of '/'. Wildcard characters '*' and '?' never match a path
|
* separator of '/'. Wildcard characters '*' and '?' never match a path
|
||||||
* separator.
|
* separator.
|
||||||
*
|
*
|
||||||
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern
|
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
|
||||||
* matching case-insensitive.
|
* case-insensitive.
|
||||||
*
|
*
|
||||||
* The returned array is always NULL-terminated, for your iterating
|
* The returned array is always NULL-terminated, for your iterating
|
||||||
* convenience, but if `count` is non-NULL, on return it will contain the
|
* convenience, but if `count` is non-NULL, on return it will contain the
|
||||||
|
|||||||
@@ -355,8 +355,8 @@ extern DECLSPEC Uint64 SDLCALL SDL_GetStorageSpaceRemaining(SDL_Storage *storage
|
|||||||
* separator of '/'. Wildcard characters '*' and '?' never match a path
|
* separator of '/'. Wildcard characters '*' and '?' never match a path
|
||||||
* separator.
|
* separator.
|
||||||
*
|
*
|
||||||
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern
|
* `flags` may be set to SDL_GLOB_CASEINSENSITIVE to make the pattern matching
|
||||||
* matching case-insensitive.
|
* case-insensitive.
|
||||||
*
|
*
|
||||||
* The returned array is always NULL-terminated, for your iterating
|
* The returned array is always NULL-terminated, for your iterating
|
||||||
* convenience, but if `count` is non-NULL, on return it will contain the
|
* convenience, but if `count` is non-NULL, on return it will contain the
|
||||||
|
|||||||
Reference in New Issue
Block a user