1FcConfigReference(3) FcConfigReference(3)
2
3
4
6 FcConfigReference - Increment config reference count
7
9 #include <fontconfig/fontconfig.h>
10
11 FcConfig * FcConfigReference (FcConfig *config);
12
14 Add another reference to config. Configs are freed only when the refer‐
15 ence count reaches zero. If config is NULL, the current configuration
16 is used. In that case this function will be similar to FcConfigGetCur‐
17 rent() except that it increments the reference count before returning
18 and the user is responsible for destroying the configuration when not
19 needed anymore.
20
21
22
23Fontconfig 2.13.92 09 8月 2019 FcConfigReference(3)