From fab44f3cb63dc8bd1285dcbd6ad4f1f468f91daf Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 13 Nov 2007 14:58:39 -0800 Subject: Document several function return values (Bug 13145). Several functions had no indication of what the return value would be, mostly these were allocation failure returns. --- doc/fcfontset.fncs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/fcfontset.fncs') diff --git a/doc/fcfontset.fncs b/doc/fcfontset.fncs index bcf4bd3e..e9e17014 100644 --- a/doc/fcfontset.fncs +++ b/doc/fcfontset.fncs @@ -45,7 +45,8 @@ well. @PURPOSE@ Add to a font set @DESC@ Adds a pattern to a font set. Note that the pattern is not copied before -being inserted into the set. +being inserted into the set. Returns FcFalse if the pattern cannot be +inserted into the set (due to allocation failure). Otherwise returns FcTrue. @@ @RET@ FcFontSet * -- cgit v1.2.3