18 lines
429 B
Groff
18 lines
429 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcLangSetCopy" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcLangSetCopy \- copy a langset object
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcLangSet * FcLangSetCopy(const FcLangSet *\fIls\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcLangSetCopy\fR creates a new FcLangSet object and
|
|
populates it with the contents of \fIls\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|