From d231edd2ad2f2a2fd7ab3aef9785fc9c7e290b8e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 9 May 2024 19:57:36 -0400 Subject: [PATCH] SDL_dialog.h: Added missing `\param` lines to callback documentation. --- include/SDL3/SDL_dialog.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h index b76b4b1af2..336dc2f249 100644 --- a/include/SDL3/SDL_dialog.h +++ b/include/SDL3/SDL_dialog.h @@ -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