logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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