table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
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 1月 2025 | Fontconfig 2.16.0 |