summaryrefslogtreecommitdiff
path: root/doc/fccharset.fncs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-01-08 03:04:34 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-02-13 16:54:06 -0800
commit25a09eb9bf2d993228a3d98d1dd271f55efb2358 (patch)
treefa3426a923de453cf802dc1585956c78e9405fa3 /doc/fccharset.fncs
parentd230cf144f84c8a50b932c8b89daa55c1a3620d8 (diff)
downloadfontconfig-25a09eb9bf2d993228a3d98d1dd271f55efb2358.tar.gz
Don't use FcCharSetCopy in FcCharSetMerge
The Copy function is actually a ref, not real copy.
Diffstat (limited to 'doc/fccharset.fncs')
-rw-r--r--doc/fccharset.fncs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fccharset.fncs b/doc/fccharset.fncs
index 93e1f5c..0dd7d1a 100644
--- a/doc/fccharset.fncs
+++ b/doc/fccharset.fncs
@@ -104,7 +104,7 @@ Returns a set including only those chars found in <parameter>a</parameter> but n
@TYPE2@ const FcCharSet * @ARG2@ b
@PURPOSE@ Merge charsets
@DESC@
-If <parameter>a</parameter> is NULL, returns a copy of <parameter>b</parameter>.
+If <parameter>a</parameter> is NULL, returns a newly-created copy of <parameter>b</parameter>.
If <parameter>a</parameter> is an FcCharSet object owned by fontconfig that
cannot be modified, it returns the union of <parameter>a</parameter> and
<parameter>b</parameter> in a newly-created FcCharSet object.