summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2021-11-08 20:18:51 +0900
committerAkira TAGOH <tagoh@redhat.com>2021-12-21 19:51:12 +0900
commit9a6b1d6b6d6dd230585ef16e4dd896c15d853cf3 (patch)
treeaaf7f552b9448f551abb5353e51de786f59a3723 /doc
parent4238402f1cfee3946a4090cea7ff31d46ceb2c11 (diff)
downloadfontconfig-9a6b1d6b6d6dd230585ef16e4dd896c15d853cf3.tar.gz
Add more description for fc-conflist.1 and FcConfigFileInfoIterInit.3
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/299
Diffstat (limited to 'doc')
-rw-r--r--doc/fcconfig.fncs3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index e709b54..c1e2622 100644
--- a/doc/fcconfig.fncs
+++ b/doc/fcconfig.fncs
@@ -442,6 +442,9 @@ When setting this on the current config this causes changing current config
@DESC@
Initialize 'iter' with the first iterator in the config file information list.
</para><para>
+The config file information list is stored in numerical order for filenames
+i.e. how fontconfig actually read them.
+ </para><para>
This function isn't MT-safe. <function>FcConfigReference</function> must be called
before using this and then <function>FcConfigDestroy</function> when the relevant
values are no longer referenced.