20 lines
528 B
Groff
20 lines
528 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcNameUnregisterConstants" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcNameUnregisterConstants \- Unregister symbolic constants
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcNameUnregisterConstants(const FcConstant *\fIconsts\fB);
|
|
(int \fInconsts\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Unregister \fInconsts\fR symbolic constants. Returns
|
|
FcFalse if the specified constants were not registered. Otherwise returns
|
|
FcTrue.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|