summaryrefslogtreecommitdiff
path: root/doc/fcstrset.fncs
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-11-03 22:23:28 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-11-03 22:23:28 -0700
commita190678e3c4497870679808dde418191407be91d (patch)
treedbedfaab97058d0b44baa9654d2ea8149e38dfa4 /doc/fcstrset.fncs
parent9a54f8a1945e614e07446412a2df534fbc1f77cb (diff)
downloadfontconfig-a190678e3c4497870679808dde418191407be91d.tar.gz
Document previously undocumented functions. (bug 12963)
Diffstat (limited to 'doc/fcstrset.fncs')
-rw-r--r--doc/fcstrset.fncs11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/fcstrset.fncs b/doc/fcstrset.fncs
index c6dd819..d6b0520 100644
--- a/doc/fcstrset.fncs
+++ b/doc/fcstrset.fncs
@@ -42,6 +42,17 @@ Returns whether <parameter>s</parameter> is a member of
@@
@RET@ FcBool
+@FUNC@ FcStrSetEqual
+@TYPE1@ FcStrSet * @ARG1@ set_a
+@TYPE2@ FcStrSet * @ARG2@ set_b
+@PURPOSE@ check sets for equality
+@DESC@
+Returns whether <parameter>set_a</parameter> contains precisely the same
+strings as <parameter>set_b</parameter>. Ordering of strings within the two
+sets is not considered.
+@@
+
+@RET@ FcBool
@FUNC@ FcStrSetAdd
@TYPE1@ FcStrSet * @ARG1@ set
@TYPE2@ const FcChar8 * @ARG2@ s