mirror of https://github.com/libsdl-org/SDL.git
Note that SDL_GUIDToString() and SDL_StringToGUID() are thread-safe.
This commit is contained in:
parent
8730f6a569
commit
a646dc89e5
|
|
@ -71,6 +71,8 @@ typedef struct SDL_GUID {
|
||||||
* \param pszGUID buffer in which to write the ASCII string.
|
* \param pszGUID buffer in which to write the ASCII string.
|
||||||
* \param cbGUID the size of pszGUID, should be at least 33 bytes.
|
* \param cbGUID the size of pszGUID, should be at least 33 bytes.
|
||||||
*
|
*
|
||||||
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
|
*
|
||||||
* \since This function is available since SDL 3.2.0.
|
* \since This function is available since SDL 3.2.0.
|
||||||
*
|
*
|
||||||
* \sa SDL_StringToGUID
|
* \sa SDL_StringToGUID
|
||||||
|
|
@ -87,6 +89,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_GUIDToString(SDL_GUID guid, char *pszGUID,
|
||||||
* \param pchGUID string containing an ASCII representation of a GUID.
|
* \param pchGUID string containing an ASCII representation of a GUID.
|
||||||
* \returns a SDL_GUID structure.
|
* \returns a SDL_GUID structure.
|
||||||
*
|
*
|
||||||
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
|
*
|
||||||
* \since This function is available since SDL 3.2.0.
|
* \since This function is available since SDL 3.2.0.
|
||||||
*
|
*
|
||||||
* \sa SDL_GUIDToString
|
* \sa SDL_GUIDToString
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue