Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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() except
     that it increments the reference count before returning and the user is re-
     sponsible for destroying the configuration when not needed anymore.

Fontconfig 2.17.1		  02 July 2025		    FcConfigReference(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcConfigReference&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help