[doc] Fix signature of FcConfigHome()

We should write a test to automatically cross-check signatures
from public headers to docs.
This commit is contained in:
Behdad Esfahbod 2008-08-13 16:45:18 -04:00
parent e690fbb20e
commit bb65f58f63
1 changed files with 3 additions and 2 deletions

View File

@ -65,13 +65,14 @@ Checks all of the files related to <parameter>config</parameter> and returns
whether any of them has been modified since the configuration was created. whether any of them has been modified since the configuration was created.
@@ @@
@RET@ FcBool @RET@ FcChar8 *
@FUNC@ FcConfigHome @FUNC@ FcConfigHome
@TYPE1@ void @TYPE1@ void
@PURPOSE@ return the current home directory. @PURPOSE@ return the current home directory.
@DESC@ @DESC@
Return the current user's home directory, if it is available, and if using it Return the current user's home directory, if it is available, and if using it
is enabled. See also <function>FcConfigEnableHome</function>). is enabled, and NULL otherwise.
See also <function>FcConfigEnableHome</function>).
@@ @@
@RET@ FcBol @RET@ FcBol