mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
af6a4a9e38
commit
073d2378dc
13 changed files with 101 additions and 89 deletions
|
@ -58,12 +58,11 @@ typedef struct SDL_DialogFileFilter
|
|||
*
|
||||
* The specific usage is described in each function.
|
||||
*
|
||||
* If filelist is...
|
||||
* - `NULL`, an error occured. Details can be obtained with SDL_GetError().
|
||||
* - 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 path.
|
||||
* If filelist is... - `NULL`, an error occured. Details can be obtained with
|
||||
* SDL_GetError(). - 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 path.
|
||||
*
|
||||
* The filelist argument does not need to be freed; it will automatically be
|
||||
* freed when the callback returns.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue