FcConfigParseAndLoad doc was missing the last param.
Typo lost the last param to this function.
This commit is contained in:
parent
07e646cc84
commit
26437d4924
|
@ -282,7 +282,7 @@ FC_CONFIG_DIR environment variable.
|
||||||
@FUNC@ FcConfigParseAndLoad
|
@FUNC@ FcConfigParseAndLoad
|
||||||
@TYPE1@ FcConfig * @ARG1@ config
|
@TYPE1@ FcConfig * @ARG1@ config
|
||||||
@TYPE2@ const FcChar8 * @ARG2@ file
|
@TYPE2@ const FcChar8 * @ARG2@ file
|
||||||
@TYPE2@ FcBool% @ARG3@ complain
|
@TYPE3@ FcBool% @ARG3@ complain
|
||||||
@PURPOSE@ load a configuration file
|
@PURPOSE@ load a configuration file
|
||||||
@DESC@
|
@DESC@
|
||||||
Walks the configuration in 'file' and constructs the internal representation
|
Walks the configuration in 'file' and constructs the internal representation
|
||||||
|
|
Loading…
Reference in New Issue