18 lines
443 B
Groff
18 lines
443 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcCharSetCopy" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetCopy \- Copy a charset
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcCharSet * FcCharSetCopy(FcCharSet *\fIsrc\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Makes a copy of \fIsrc\fR; note that this may not actually do anything more
|
|
than increment the reference count on \fIsrc\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|