From bb65f58f6354b8ad363021457852ad9e841cef89 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Aug 2008 16:45:18 -0400 Subject: [PATCH] [doc] Fix signature of FcConfigHome() We should write a test to automatically cross-check signatures from public headers to docs. --- doc/fcconfig.fncs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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