from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcConfigGetRescanInterval
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
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
seconds) 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.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|