1FcStrSetEqual(3) FcStrSetEqual(3)
23
4
NAME
6FcStrSetEqual - check sets for equality
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcStrSetEqual(FcStrSet *set_a);
12(FcStrSet *set_b);
13.fi
14
DESCRIPTION
16Returns whether set_a contains precisely the same strings as set_b.
17Ordering of strings within the two sets is not considered.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcStrSetEqual(3)