1FcConfigReference(3)                                      FcConfigReference(3)
2
3
4

NAME

6       FcConfigReference - Increment config reference count
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcConfig * FcConfigReference (FcConfig *config);
12

DESCRIPTION

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.93               28 11月 2020             FcConfigReference(3)
Impressum