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