c9c2f93b5d
to make room for a BSD make build system.
18 lines
473 B
Groff
18 lines
473 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcPatternDestroy" "3" "10 1月 2013" "" ""
|
|
.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.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|