20 lines
541 B
Groff
20 lines
541 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcNameRegisterConstants" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcNameRegisterConstants \- Register symbolic constants
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcNameRegisterConstants(const FcConstant *\fIconsts\fB);
|
|
(int \fInconsts\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Register \fInconsts\fR new symbolic constants. Returns
|
|
FcFalse if the constants cannot be registered (due to allocation failure).
|
|
Otherwise returns FcTrue.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|