Provided by: libsdl3-doc_3.2.20+ds-2_all 

NAME
SDL_DestroyProperties - Destroy a group of properties.
SYNOPSIS
#include <SDL3/SDL_properties.h>
void SDL_DestroyProperties(SDL_PropertiesID props);
DESCRIPTION
All properties are deleted and their cleanup functions will be called, if any.
FUNCTION PARAMETERS
props the properties to destroy.
THREAD SAFETY
This function should not be called while these properties are locked or other threads might be setting or
getting values from these properties.
AVAILABILITY
This function is available since SDL 3.2.0.
SEE ALSO
SDL_CreateProperties(3)
Simple Directmedia Layer SDL 3.2.20 SDL_DestroyProperties(3)