fontconfig (2.14.2)

(root)/
share/
man/
man3/
FcConfigReference.3
FcConfigReference(3) FcConfigReference(3)

NAME
FcConfigReference - Increment config reference count

SYNOPSIS
#include <fontconfig/fontconfig.h>

FcConfig * FcConfigReference (FcConfig *config);

DESCRIPTION
Add another reference to config. Configs are freed only when the reference count reaches zero. If config is
NULL, the current configuration is used. In that case this function will be similar to FcConfigGetCurrent() ex‐
cept that it increments the reference count before returning and the user is responsible for destroying the con‐
figuration when not needed anymore.

Fontconfig 2.14.2 27 1月 2023 FcConfigReference(3)