mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
SDL_locale.h - SDL_GetPreferredLocales() - adding SDL_GetError() comment
This commit is contained in:
parent
7ae5474305
commit
de91aaa452
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ typedef struct SDL_Locale
|
|||
* preferred locales.
|
||||
*
|
||||
* \returns array of locales, terminated with a locale with a NULL language
|
||||
* field. Will return NULL on error.
|
||||
* field. Will return NULL on error; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
* \since This function is available since SDL 3.0.0.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue