[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Tue Nov 13 15:17:09 PST 2007


 doc/fcconfig.fncs |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit eaf4470a465cbfb95e2ba4df017d45f7b1d9c131
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Tue Nov 13 15:16:58 2007 -0800

    Document that FcConfigGetFonts returns the internal fontset (bug 13197)
    
    FcConfigGetFonts returns the internal font set used by the library which
    must not be freed by the application or 'bad things' will happen.

diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index 4a83f46..a3a3a26 100644
--- a/doc/fcconfig.fncs
+++ b/doc/fcconfig.fncs
@@ -149,7 +149,8 @@ cache file for a font directory.
 @PURPOSE@	Get config font set
 @DESC@
 Returns one of the two sets of fonts from the configuration as specified
-by <parameter>set</parameter>.
+by <parameter>set</parameter>. This font set is owned by the library and must
+not be freed.
 @@
 
 @RET@           FcBlanks *


More information about the Fontconfig mailing list