From 3b725d0a318623bba08a9f7c75e4fe71527f5dec Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 1 Jan 2009 16:29:01 -0500 Subject: [PATCH] [doc] Note that fontset returned by FcConfigGetFonts should not be modified --- doc/fcconfig.fncs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 3ceab92..08408af 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -171,7 +171,7 @@ If config is NULL, the current configuration is used. @DESC@ Returns one of the two sets of fonts from the configuration as specified by set. This font set is owned by the library and must -not be freed. +not be modified or freed. If config is NULL, the current configuration is used. @@