1FcStrSetDel(3) FcStrSetDel(3)
23
4
NAME
6FcStrSetDel - delete from a string set
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcStrSetDel (FcStrSet *set, const FcChar8 *s);
12
DESCRIPTION
14Removes s from set, returning FcTrue if s was a member else FcFalse.
15
VERSION
17Fontconfig version 2.4.2
1819
20
21
11 May 2007 FcStrSetDel(3)