summaryrefslogtreecommitdiff
path: root/doc/fcconfig.fncs
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-12-09 19:06:46 +0900
committerAkira TAGOH <akira@tagoh.org>2014-12-09 19:06:46 +0900
commit32ac7c75e8db0135ef37cf86f92d8b9be000c8bb (patch)
tree40936d06b364ffc4b1f3825fd01760522df53a14 /doc/fcconfig.fncs
parentb732bf057f4b3ec3bac539803005e9c42d056b2a (diff)
downloadfontconfig-32ac7c75e8db0135ef37cf86f92d8b9be000c8bb.tar.gz
Returns False if no fonts found
https://bugs.freedesktop.org/show_bug.cgi?id=86950
Diffstat (limited to 'doc/fcconfig.fncs')
-rw-r--r--doc/fcconfig.fncs10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index 10f5afc..af328fc 100644
--- a/doc/fcconfig.fncs
+++ b/doc/fcconfig.fncs
@@ -219,8 +219,9 @@ If <parameter>config</parameter> is NULL, the current configuration is used.
@PURPOSE@ Add font file to font database
@DESC@
Adds an application-specific font to the configuration. Returns FcFalse
-if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue.
-If <parameter>config</parameter> is NULL, the current configuration is used.
+if the fonts cannot be added (due to allocation failure or no fonts found).
+Otherwise returns FcTrue. If <parameter>config</parameter> is NULL,
+the current configuration is used.
@@
@RET@ FcBool
@@ -231,8 +232,9 @@ If <parameter>config</parameter> is NULL, the current configuration is used.
@DESC@
Scans the specified directory for fonts, adding each one found to the
application-specific set of fonts. Returns FcFalse
-if the fonts cannot be added (due to allocation failure). Otherwise returns FcTrue.
-If <parameter>config</parameter> is NULL, the current configuration is used.
+if the fonts cannot be added (due to allocation failure or no fonts found).
+Otherwise returns FcTrue. If <parameter>config</parameter> is NULL,
+the current configuration is used.
@@
@RET@ void