FcStrSetDel.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcStrSetDel" "3" "18 November 2009" "" ""
3.SH NAME
4FcStrSetDel \- delete from a string set
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcStrSetDel(FcStrSet *\fIset\fB);
10(const FcChar8 *\fIs\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14Removes \fIs\fR from \fIset\fR, returning
15FcTrue if \fIs\fR was a member else FcFalse.
16.SH "VERSION"
17.PP
18Fontconfig version 2.8.0
19