X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2Ffcconfig.fncs;h=fb55adece1746c537459a07f207ed2e1b0e7e95d;hb=b5617e636cbb0bc8ef4daba6681a6f58078d7a42;hp=024cc216a427d50ebba9aac6491233ae3fba93d1;hpb=5aaf466d3899842763e746a9c2b745748eb34b48;p=fontconfig.git diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 024cc21..fb55ade 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -90,7 +90,7 @@ is enabled, and NULL otherwise. See also FcConfigEnableHome). @@ -@RET@ FcBol +@RET@ FcBool @FUNC@ FcConfigEnableHome @TYPE1@ FcBool% @ARG1@ enable @PURPOSE@ controls use of the home directory. @@ -309,7 +309,7 @@ by the return value from multiple FcFontSort calls, applications must not modify these patterns. Instead, they should be passed, along with p to FcFontRenderPrepare which combines them into a complete pattern. -The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy. +The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy. If config is NULL, the current configuration is used. @@