Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-07-12 18:21:05 +00:00
parent 0e56f6a3ca
commit cf441332c4
1 changed files with 4 additions and 4 deletions

View File

@ -168,8 +168,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnlockProperties(SDL_PropertiesID props);
* This should release any resources associated with `value` that are no
* longer needed.
*
* This callback is set per-property. Different properties in the same group can
* have different cleanup callbacks.
* This callback is set per-property. Different properties in the same group
* can have different cleanup callbacks.
*
* This callback will be called _during_ SDL_SetPointerPropertyWithCleanup if
* the function fails for any reason.
@ -498,8 +498,8 @@ typedef void (SDLCALL *SDL_EnumeratePropertiesCallback)(void *userdata, SDL_Prop
/**
* Enumerate the properties contained in a group of properties.
*
* The callback function is called for each property in the group of properties.
* The properties are locked during enumeration.
* The callback function is called for each property in the group of
* properties. The properties are locked during enumeration.
*
* \param props the properties to query.
* \param callback the function to call for each property.