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

FreeBSD Manual Pages

  
 
  

home | help
FcConfigGetRescanInterval(3)			    FcConfigGetRescanInterval(3)

NAME
     FcConfigGetRescanInterval - Get config rescan interval

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     int FcConfigGetRescanInterval (FcConfig *config);

DESCRIPTION
     Returns the interval between automatic checks of the configuration (in sec-
     onds)  specified  in  config. The configuration is checked during a call to
     FcFontList when this interval has passed since the last check.  An interval
     setting of zero disables automatic checks.  If config is NULL, the  current
     configuration is used.

Fontconfig 2.17.1		  02 July 2025	    FcConfigGetRescanInterval(3)

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

home | help