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, de‐
15 stroys 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.14.2 27 1月 2023 FcConfigDestroy(3)