]> git.wh0rd.org - fontconfig.git/commit
Document when config can be NULL (#17105)
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 22 Aug 2008 21:49:02 +0000 (17:49 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:53:59 +0000 (16:53 -0800)
commit03dcaaa08fe324a058c427ab2da993fddaa7b3fd
tree0f852cda2c0415d079f3f3d8b29626db1740ea0c
parent1439c8f21af1533a920b54333f79459f456a402e
Document when config can be NULL (#17105)

Note that this also fixes a bug with FcFontList() where previously
it was NOT checking whether the config is up-to-date.  May want to
keep the old behavior and document that ScanInterval is essentially
unused internally (FcFontSetList uses it, but we can remove that
too).
doc/fcconfig.fncs
doc/fcfontset.fncs
src/fclist.c