FcConfigParseAndLoad doc was missing the last param.

Typo lost the last param to this function.
This commit is contained in:
Keith Packard 2007-10-18 08:56:42 -07:00
parent 07e646cc84
commit 26437d4924
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ FC_CONFIG_DIR environment variable.
@FUNC@ FcConfigParseAndLoad
@TYPE1@ FcConfig * @ARG1@ config
@TYPE2@ const FcChar8 * @ARG2@ file
@TYPE2@ FcBool% @ARG3@ complain
@TYPE3@ FcBool% @ARG3@ complain
@PURPOSE@ load a configuration file
@DESC@
Walks the configuration in 'file' and constructs the internal representation