416def87de35b27fd6a4a1c5b410d82771e29b40
[platform/upstream/fontconfig.git] / doc / FcFini.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFini" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcFini \- finalize fontconfig library
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcFini (void\fI\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Frees all data structures allocated by previous calls to fontconfig
14 functions. Fontconfig returns to an uninitialized state, requiring a
15 new call to one of the FcInit functions before any other fontconfig
16 function may be called.