mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Heavy work on improving category documentation.
Still more to go! Reference Issue #9440.
This commit is contained in:
@@ -276,9 +276,9 @@ typedef enum SDL_FileDialogType
|
||||
* These are the supported properties:
|
||||
*
|
||||
* - `SDL_PROP_FILE_DIALOG_FILTERS_POINTER`: a pointer to a list of
|
||||
* SDL_DialogFileFilter's, which will be used as filters for file-based
|
||||
* selections. Ignored if the dialog is an "Open Folder" dialog. If
|
||||
* non-NULL, the array of filters must remain valid at least until the
|
||||
* SDL_DialogFileFilter structs, which will be used as filters for
|
||||
* file-based selections. Ignored if the dialog is an "Open Folder" dialog.
|
||||
* If non-NULL, the array of filters must remain valid at least until the
|
||||
* callback is invoked.
|
||||
* - `SDL_PROP_FILE_DIALOG_NFILTERS_NUMBER`: the number of filters in the
|
||||
* array of filters, if it exists.
|
||||
|
||||
Reference in New Issue
Block a user