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