Remove references to FcConfigParse and FcConfigLoad.
These functions no longer exist.
This commit is contained in:
parent
fc141b492b
commit
b4a3e83412
|
@ -121,7 +121,6 @@ filesystem.
|
||||||
@PURPOSE@ Get config files
|
@PURPOSE@ Get config files
|
||||||
@DESC@
|
@DESC@
|
||||||
Returns the list of known configuration files used to generate <parameter>config</parameter>.
|
Returns the list of known configuration files used to generate <parameter>config</parameter>.
|
||||||
Note that this will not include any configuration done with FcConfigParse.
|
|
||||||
@@
|
@@
|
||||||
|
|
||||||
@RET@ char *
|
@RET@ char *
|
||||||
|
@ -319,6 +318,6 @@ FC_CONFIG_DIR environment variable.
|
||||||
@DESC@
|
@DESC@
|
||||||
Walks the configuration in 'file' and constructs the internal representation
|
Walks the configuration in 'file' and constructs the internal representation
|
||||||
in 'config'. Any include files referenced from within 'file' will be loaded
|
in 'config'. Any include files referenced from within 'file' will be loaded
|
||||||
with FcConfigLoad and also parsed. If 'complain' is FcFalse, no warning
|
and parsed. If 'complain' is FcFalse, no warning
|
||||||
will be displayed if 'file' does not exist.
|
will be displayed if 'file' does not exist.
|
||||||
@@
|
@@
|
||||||
|
|
Loading…
Reference in New Issue