Skip to content

Commit e239298

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent dec2104 commit e239298

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

include/SDL3/SDL_dialog.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ typedef void (SDLCALL *SDL_DialogFileCallback)(void *userdata, const char * cons
139139
* it will be invoked.
140140
* \param window the window that the dialog should be modal for, may be NULL.
141141
* Not all platforms support this option.
142-
* \param filters a list of filters, may be NULL. Not all platforms support
143-
* this option, and platforms that do support it may allow the
144-
* user to ignore the filters. If non-NULL, it must remain
145-
* valid at least until the callback is invoked.
142+
* \param filters a list of filters, may be NULL. See the
143+
* [`SDL_DialogFileFilter` documentation for
144+
* examples](SDL_DialogFileFilter#code-examples). Not all
145+
* platforms support this option, and platforms that do support
146+
* it may allow the user to ignore the filters. If non-NULL, it
147+
* must remain valid at least until the callback is invoked.
146148
* \param nfilters the number of filters. Ignored if filters is NULL.
147149
* \param default_location the default folder or file to start the dialog at,
148150
* may be NULL. Not all platforms support this option.

0 commit comments

Comments
 (0)