We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9ac6 commit 6b9dfccCopy full SHA for 6b9dfcc
include/SDL3/SDL_properties.h
@@ -119,7 +119,9 @@ extern SDL_DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void);
119
* \returns true on success or false on failure; call SDL_GetError() for more
120
* information.
121
*
122
- * \threadsafety It is safe to call this function from any thread.
+ * \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.
125
126
* \since This function is available since SDL 3.2.0.
127
*/
0 commit comments