mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Note that the file names are UTF-8 encoded
This commit is contained in:
parent
60c65f9fa4
commit
6e4193b743
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ typedef struct SDL_DialogFileFilter
|
|||
* - A pointer to NULL, the user either didn't choose any file or canceled the
|
||||
* dialog.
|
||||
* - A pointer to non-`NULL`, the user chose one or more files. The argument
|
||||
* is a null-terminated list of pointers to C strings, each containing a
|
||||
* is a null-terminated array of pointers to UTF-8 encoded strings, each containing a
|
||||
* path.
|
||||
*
|
||||
* The filelist argument should not be freed; it will automatically be freed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue