table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcPatternDestroy(3) | FcPatternDestroy(3) |
NAME¶
FcPatternDestroy - Destroy a pattern
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
void FcPatternDestroy (FcPattern *p);
DESCRIPTION¶
Decrement the pattern reference count. If all references are gone, destroys the pattern, in the process destroying all related values.
18 September 2025 | Fontconfig 2.17.1 |