1FcConfigDestroy(3) FcConfigDestroy(3)
2
3
4
6 FcConfigDestroy - Destroy a configuration
7
9 #include <fontconfig.h>
10
11 void FcConfigDestroy(FcConfig *config);
12 .fi
13
15 Decrements the config reference count. If all references are gone,
16 destroys the configuration and any data associated with it. Note that
17 calling this function with the return from FcConfigGetCurrent will
18 cause a new configuration to be created for use as current configura‐
19 tion.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigDestroy(3)