Man page - sdl_destroyproperties(3)

Packages contas this manual

Manual

SDL_DestroyProperties(3) SDL3 FUNCTIONS SDL_DestroyProperties(3)

SDL_DestroyProperties - Destroy a group of properties.

Defined in SDL3/SDL_properties.h

#include "SDL3/SDL.h"
void SDL_DestroyProperties(SDL_PropertiesID props);

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

the properties to destroy.

This function should not be called while these properties are locked or other threads might be setting or getting values from these properties.

This function is available since SDL 3.2.0.

(3), SDL_CreateProperties(3)

SDL 3.2.10 Simple Directmedia Layer