summaryrefslogtreecommitdiff
path: root/doc/fcconfig.fncs
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-01-30 04:27:53 +0000
committerPatrick Lam <plam@MIT.EDU>2006-01-30 04:27:53 +0000
commit971cf18018a4f41bca196dd81989e67672e52112 (patch)
tree39dd6117bdd0661dd16597173256acf13a7e0f42 /doc/fcconfig.fncs
parent97293e07dd688b3d81cd6e7ecd5df4cdef4c87d8 (diff)
downloadfontconfig-971cf18018a4f41bca196dd81989e67672e52112.tar.gz
Add documentation for FcConfigNormalizeFontDir.
Write directory information to global caches to fix make check (reported by Ronny V. Vindenes). This changes the global cache format again.
Diffstat (limited to 'doc/fcconfig.fncs')
-rw-r--r--doc/fcconfig.fncs11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index 3680b0e..db7ee02 100644
--- a/doc/fcconfig.fncs
+++ b/doc/fcconfig.fncs
@@ -290,3 +290,14 @@ in 'config'. Any include files referenced from within 'file' will be loaded
with FcConfigLoad and also parsed. If 'complain' is FcFalse, no warning
will be displayed if 'file' does not exist.
@@
+
+@RET@ const FcChar8 *
+@FUNC@ FcConfigNormalizeFontDir
+@TYPE1@ FcConfig * @ARG1@ config
+@TYPE2@ const FcChar8 * @ARG2@ dir
+@PURPOSE@ normalize a font directory
+@DESC@
+Converts the directory name given in 'dir' to a normal form, i.e. one
+of the forms which are derived from the font directories specified
+in the config file.
+@@