1FcCharSetDestroy(3) FcCharSetDestroy(3)
23
4
NAME
6FcCharSetDestroy - Destroy a character set
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcCharSetDestroy (FcCharSet *fcs);
12
DESCRIPTION
14FcCharSetDestroy decrements the reference count fcs. If the reference
15count becomes zero, all memory referenced is freed.
1617
18
19
Fontconfig 2.13.92 09 8月 2019 FcCharSetDestroy(3)