mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
6e4193b743
commit
ee5f5c9172
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ typedef struct SDL_DialogFileFilter
|
||||||
* - A pointer to NULL, the user either didn't choose any file or canceled the
|
* - A pointer to NULL, the user either didn't choose any file or canceled the
|
||||||
* dialog.
|
* dialog.
|
||||||
* - A pointer to non-`NULL`, the user chose one or more files. The argument
|
* - A pointer to non-`NULL`, the user chose one or more files. The argument
|
||||||
* is a null-terminated array of pointers to UTF-8 encoded strings, each containing a
|
* is a null-terminated array of pointers to UTF-8 encoded strings, each
|
||||||
* path.
|
* containing a path.
|
||||||
*
|
*
|
||||||
* The filelist argument should not be freed; it will automatically be freed
|
* The filelist argument should not be freed; it will automatically be freed
|
||||||
* when the callback returns.
|
* when the callback returns.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue