summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-01-01 16:29:01 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-02-13 16:54:05 -0800
commit3b725d0a318623bba08a9f7c75e4fe71527f5dec (patch)
treebef93610bebba315403970ec93ca51767741df2b /doc
parent6d764a3f9b89f21b5c2cdf48cbd913b9706d42b2 (diff)
[doc] Note that fontset returned by FcConfigGetFonts should not be modified
Diffstat (limited to 'doc')
-rw-r--r--doc/fcconfig.fncs2
1 files changed, 1 insertions, 1 deletions
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 <parameter>config</parameter> is NULL, the current configuration is used.
@DESC@
Returns one of the two sets of fonts from the configuration as specified
by <parameter>set</parameter>. This font set is owned by the library and must
-not be freed.
+not be modified or freed.
If <parameter>config</parameter> is NULL, the current configuration is used.
@@