Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Feb 6, 2025
1 parent 5baca40 commit fff8d6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SDL3/SDL_GUIDToString.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ void SDL_GUIDToString(SDL_GUID guid, char *pszGUID, int cbGUID);
| char * | **pszGUID** | buffer in which to write the ASCII string. |
| int | **cbGUID** | the size of pszGUID, should be at least 33 bytes. |
## Thread Safety
It is safe to call this function from any thread.
## Version
This function is available since SDL 3.2.0.
Expand Down
4 changes: 4 additions & 0 deletions SDL3/SDL_StringToGUID.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Performs no error checking. If this function is given a string containing
an invalid GUID, the function will silently succeed, but the GUID generated
will not be useful.
## Thread Safety
It is safe to call this function from any thread.
## Version
This function is available since SDL 3.2.0.
Expand Down

0 comments on commit fff8d6e

Please sign in to comment.