15 lines
446 B
Groff
15 lines
446 B
Groff
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
||
|
.TH "FcPatternDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
|
||
|
.SH NAME
|
||
|
FcPatternDestroy \- Destroy a pattern
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig/fontconfig.h>
|
||
|
.sp
|
||
|
void FcPatternDestroy (FcPattern *\fIp\fB);
|
||
|
.fi\fR
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Decrement the pattern reference count. If all references are gone, destroys
|
||
|
the pattern, in the process destroying all related values.
|