Skip to content

Commit a57757a

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 933beeb commit a57757a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/SDL3/SDL_dialog.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ typedef void (SDLCALL *SDL_DialogFileCallback)(void *userdata, const char * cons
140140
* \param window the window that the dialog should be modal for, may be NULL.
141141
* Not all platforms support this option.
142142
* \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.
143+
* [`SDL_DialogFileFilter`](SDL_DialogFileFilter#code-examples)
144+
* documentation for examples]. Not all platforms support this
145+
* option, and platforms that do support it may allow the user
146+
* to ignore the filters. If non-NULL, it must remain valid at
147+
* least until the callback is invoked.
148148
* \param nfilters the number of filters. Ignored if filters is NULL.
149149
* \param default_location the default folder or file to start the dialog at,
150150
* may be NULL. Not all platforms support this option.

0 commit comments

Comments
 (0)