Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-07-12 18:21:05 +00:00
parent 0e56f6a3ca
commit cf441332c4

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 * This should release any resources associated with `value` that are no
* longer needed. * longer needed.
* *
* This callback is set per-property. Different properties in the same group can * This callback is set per-property. Different properties in the same group
* have different cleanup callbacks. * can have different cleanup callbacks.
* *
* This callback will be called _during_ SDL_SetPointerPropertyWithCleanup if * This callback will be called _during_ SDL_SetPointerPropertyWithCleanup if
* the function fails for any reason. * 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. * Enumerate the properties contained in a group of properties.
* *
* The callback function is called for each property in the group of properties. * The callback function is called for each property in the group of
* The properties are locked during enumeration. * properties. The properties are locked during enumeration.
* *
* \param props the properties to query. * \param props the properties to query.
* \param callback the function to call for each property. * \param callback the function to call for each property.