FcConfigReference(3) FcConfigReference(3)NAMEFcConfigReference - Increment config reference countSYNOPSIS#include <fontconfig.h> FcConfig * FcConfigReference (FcConfig *config);DESCRIPTIONAdd another reference to config. Configs are freed only when the reference count reaches zero. If config is NULL, the current configura- tion is used. In that case this function will be similar to FcConfigGetCurrent() except that it increments the reference count before returning and the user is responsible for destroying the configuration when not needed anymore.VERSIONFontconfig version 2.9.0 16 April 2012 FcConfigReference(3)