1FcConfigUptoDate(3) FcConfigUptoDate(3)
23
4
NAME
6FcConfigUptoDate - Check timestamps on config files
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcConfigUptoDate(FcConfig *config);
12.fi
13
DESCRIPTION
15Checks all of the files related to config and returns whether any of
16them has been modified since the configuration was created. If config
17is NULL, the current configuration is used.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcConfigUptoDate(3)