]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcstrset.fncs
Get rid of $Id$ tags
[fontconfig.git] / doc / fcstrset.fncs
index c6dd81999ccb4c1230f18b50b6893d2c0b6578af..d1869ba9a439e7f6aacdfc08a043197a8205b0c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * fontconfig/doc/fcstrset.fncs
  *
  * Copyright © 2003 Keith Packard
  *
@@ -41,6 +41,17 @@ Returns whether <parameter>s</parameter> is a member of
 <parameter>set</parameter>.
 @@
 
+@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