X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2Ffcconfig.fncs;h=bf4f1dd5654f884f070dfe3ab7f61336cbe44b03;hb=f2772d6b45bcfc27618968fdbb08dcc50a18be22;hp=0081d06575f7648b9c111fccc49870532186d87c;hpb=b4a3e834126a3cac7fbf2212087825f886be1f1d;p=fontconfig.git diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 0081d06..bf4f1dd 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -123,7 +123,7 @@ filesystem. Returns the list of known configuration files used to generate config. @@ -@RET@ char * +@RET@ FcChar8 * @FUNC@ FcConfigGetCache @TYPE1@ FcConfig * @ARG1@ config @PURPOSE@ DEPRECATED used to return per-user cache filename @@ -183,7 +183,7 @@ Sets the rescan interval; returns FcFalse if an error occurred. @RET@ FcBool @FUNC@ FcConfigAppFontAddFile @TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const char * @ARG2@ file +@TYPE2@ const FcChar8 * @ARG2@ file @PURPOSE@ Add font file to font database @DESC@ Adds an application-specific font to the configuration. @@ -192,7 +192,7 @@ Adds an application-specific font to the configuration. @RET@ FcBool @FUNC@ FcConfigAppFontAddDir @TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const char * @ARG1@ dir +@TYPE2@ const FcChar8 * @ARG2@ dir @PURPOSE@ Add fonts from directory to font database @DESC@ Scans the specified directory for fonts, adding each one found to the @@ -291,9 +291,9 @@ Selects fonts matching p, creates patterns from those fon only the objects in os and returns the set of unique such patterns. @@ -@RET@ char * +@RET@ FcChar8 * @FUNC@ FcConfigFilename -@TYPE1@ const char * @ARG1@ name +@TYPE1@ const FcChar8 * @ARG1@ name @PURPOSE@ Find a config file @DESC@ Given the specified external entity name, return the associated filename.