Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_DestroyProperties - Destroy a group of properties.

Availability

       This function is available since SDL 3.2.0.

Description

       All properties are deleted and their cleanup functions will be called, if any.

Function Parameters

props  the properties to destroy.

Name

       SDL_DestroyProperties - Destroy a group of properties.

See Also

SDL_CreateProperties(3)

Simple Directmedia Layer                           SDL 3.2.20                           SDL_DestroyProperties(3)

Synopsis

#include<SDL3/SDL_properties.h>voidSDL_DestroyProperties(SDL_PropertiesIDprops);

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.

See Also