3369340d1d9ff2fd805804f76c0bdb8493aa07da
[platform/upstream/fontconfig.git] / doc / FcConfigDestroy.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigDestroy" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
3 .SH NAME
4 FcConfigDestroy \- Destroy a configuration
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcConfigDestroy (FcConfig *\fIconfig\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Decrements the config reference count. If all references are gone, destroys
14 the configuration and any data associated with it.
15 Note that calling this function with the return from FcConfigGetCurrent will
16 cause a new configuration to be created for use as current configuration.