19 lines
464 B
Groff
19 lines
464 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcCharSetDestroy" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetDestroy \- Destroy a character set
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
void FcCharSetDestroy(FcCharSet *\fIfcs\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcCharSetDestroy\fR decrements the reference count
|
|
\fIfcs\fR\&. If the reference count becomes zero, all
|
|
memory referenced is freed.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|