From: Behdad Esfahbod Date: Wed, 13 Aug 2008 20:45:18 +0000 (-0400) Subject: [doc] Fix signature of FcConfigHome() X-Git-Tag: 2.7.0~172 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bb65f58f6354b8ad363021457852ad9e841cef89;p=fontconfig.git [doc] Fix signature of FcConfigHome() We should write a test to automatically cross-check signatures from public headers to docs. --- diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 2b3f81d..4251309 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -65,13 +65,14 @@ Checks all of the files related to config and returns whether any of them has been modified since the configuration was created. @@ -@RET@ FcBool +@RET@ FcChar8 * @FUNC@ FcConfigHome @TYPE1@ void @PURPOSE@ return the current home directory. @DESC@ Return the current user's home directory, if it is available, and if using it -is enabled. See also FcConfigEnableHome). +is enabled, and NULL otherwise. +See also FcConfigEnableHome). @@ @RET@ FcBol