Sync wiki -> header

This commit is contained in:
SDL Wiki Bot 2022-06-05 00:24:04 +00:00
parent 3a20274ddf
commit 3807e95029
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ typedef struct {
* \param pszGUID buffer in which to write the ASCII string
* \param cbGUID the size of pszGUID
*
* \since This function is available since SDL 2.tbd.
* \since This function is available since SDL 2.24.0.
*
* \sa SDL_GUIDFromString
*/
@ -83,7 +83,7 @@ extern DECLSPEC void SDLCALL SDL_GUIDToString(SDL_GUID guid, char *pszGUID, int
* \param pchGUID string containing an ASCII representation of a GUID
* \returns a ::SDL_GUID structure.
*
* \since This function is available since SDL 2.tbd.
* \since This function is available since SDL 2.24.0.
*
* \sa SDL_GUIDToString
*/