Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-27 21:11:58 +00:00
parent 3f446d8fb5
commit 8d6b397cd8

View File

@ -139,7 +139,8 @@ typedef void (SDLCALL *SDL_DialogFileCallback)(void *userdata, const char * cons
* platforms support this option, and platforms that do support * platforms support this option, and platforms that do support
* it may allow the user to ignore the filters. * it may allow the user to ignore the filters.
* \param nfilters the number of filters. Ignored if filters is NULL. * \param nfilters the number of filters. Ignored if filters is NULL.
* \param default_location the default folder or file to start the dialog at, may be NULL. Not all platforms support this option. * \param default_location the default folder or file to start the dialog at,
* may be NULL. Not all platforms support this option.
* \param allow_many if non-zero, the user will be allowed to select multiple * \param allow_many if non-zero, the user will be allowed to select multiple
* entries. Not all platforms support this option. * entries. Not all platforms support this option.
* *
@ -195,7 +196,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_ShowOpenFileDialog(SDL_DialogFileCallback c
* platforms support this option, and platforms that do support * platforms support this option, and platforms that do support
* it may allow the user to ignore the filters. * it may allow the user to ignore the filters.
* \param nfilters the number of filters. Ignored if filters is NULL. * \param nfilters the number of filters. Ignored if filters is NULL.
* \param default_location the default folder or file to start the dialog at, may be NULL. Not all platforms support this option. * \param default_location the default folder or file to start the dialog at,
* may be NULL. Not all platforms support this option.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
* *
@ -241,7 +243,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_ShowSaveFileDialog(SDL_DialogFileCallback c
* it will be invoked. * it will be invoked.
* \param window the window that the dialog should be modal for, may be NULL. * \param window the window that the dialog should be modal for, may be NULL.
* Not all platforms support this option. * Not all platforms support this option.
* \param default_location the default folder or file to start the dialog at, may be NULL. Not all platforms support this option. * \param default_location the default folder or file to start the dialog at,
* may be NULL. Not all platforms support this option.
* \param allow_many if non-zero, the user will be allowed to select multiple * \param allow_many if non-zero, the user will be allowed to select multiple
* entries. Not all platforms support this option. * entries. Not all platforms support this option.
* *