mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
SDL_dialog.h: Added missing \param
lines to callback documentation.
This commit is contained in:
parent
5f86f64f06
commit
d231edd2ad
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ typedef struct SDL_DialogFileFilter
|
|||
* entry) if no filter was selected, or -1 if the platform or method doesn't
|
||||
* support fetching the selected filter.
|
||||
*
|
||||
* \param userdata An app-provided pointer, for the callback's use.
|
||||
* \param filelist The file(s) chosen by the user.
|
||||
* \param filter Index of the selected filter.
|
||||
*
|
||||
* \since This datatype is available since SDL 3.0.0.
|
||||
*
|
||||
* \sa SDL_DialogFileFilter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue