1FcCharSetCopy(3) FcCharSetCopy(3)
23
4
NAME
6FcCharSetCopy - Copy a charset
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCharSet * FcCharSetCopy (FcCharSet *src);
12
DESCRIPTION
14Makes a copy of src; note that this may not actually do anything more
15than increment the reference count on src.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcCharSetCopy(3)