Skip to content

Commit 6b9dfcc

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 39e9ac6 commit 6b9dfcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/SDL3/SDL_properties.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ extern SDL_DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void);
119119
* \returns true on success or false on failure; call SDL_GetError() for more
120120
* information.
121121
*
122-
* \threadsafety It is safe to call this function from any thread.
122+
* \threadsafety It is safe to call this function from any thread. This
123+
* function acquires simultaneous mutex locks on both the source
124+
* and destination property sets.
123125
*
124126
* \since This function is available since SDL 3.2.0.
125127
*/

0 commit comments

Comments
 (0)