Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-02-02 23:10:26 +00:00
parent 5d48f9a63a
commit 943ab983cb
1 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,10 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_CreateProperties(void);
/**
* Copy a set of properties
*
* Copy all the properties from one set of properties to another, with the exception of properties requiring cleanup (set using SDL_SetPropertyWithCleanup()), which will not be copied. Any property that already exists on `dst` will be overwritten.
* Copy all the properties from one set of properties to another, with the
* exception of properties requiring cleanup (set using
* SDL_SetPropertyWithCleanup()), which will not be copied. Any property that
* already exists on `dst` will be overwritten.
*
* \param src the properties to copy
* \param dst the destination properties