mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
20 lines
487 B
Groff
20 lines
487 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcStrSetEqual" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcStrSetEqual \- check sets for equality
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcStrSetEqual(FcStrSet *\fIset_a\fB);
|
||
|
(FcStrSet *\fIset_b\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns whether \fIset_a\fR contains precisely the same
|
||
|
strings as \fIset_b\fR\&. Ordering of strings within the two
|
||
|
sets is not considered.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|