Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-02-10 00:05:26 +00:00
parent f6b92c9b88
commit 9ff8df932a
2 changed files with 10 additions and 4 deletions

View File

@@ -141,7 +141,8 @@ extern DECLSPEC void SDLCALL SDL_UnlockProperties(SDL_PropertiesID props);
* Set a property on a set of properties with a cleanup function that is
* called when the property is deleted
*
* The cleanup function is also called if setting the property fails for any reason.
* The cleanup function is also called if setting the property fails for any
* reason.
*
* \param props the properties to modify
* \param name the name of the property to modify