瀏覽代碼

SDL_dialog.h: Added missing `\param` lines to callback documentation.

Ryan C. Gordon 1 年之前
父節點
當前提交
d231edd2ad
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/SDL3/SDL_dialog.h

+ 4 - 0
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