mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Fixed documentation for SDL_GlobDirectory()
This commit is contained in:
parent
0079b6d45f
commit
93db5ef135
1 changed files with 1 additions and 2 deletions
|
@ -367,8 +367,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetPathInfo(const char *path, SDL_PathInfo *
|
||||||
* \param count on return, will be set to the number of items in the returned
|
* \param count on return, will be set to the number of items in the returned
|
||||||
* array. Can be NULL.
|
* array. Can be NULL.
|
||||||
* \returns an array of strings on success or NULL on failure; call
|
* \returns an array of strings on success or NULL on failure; call
|
||||||
* SDL_GetError() for more information. The caller should pass the
|
* SDL_GetError() for more information.
|
||||||
* returned pointer to SDL_free when done with it.
|
|
||||||
*
|
*
|
||||||
* \threadsafety It is safe to call this function from any thread.
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue