c9c2f93b5d
to make room for a BSD make build system.
21 lines
649 B
Groff
21 lines
649 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcConfigGetBlanks" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcConfigGetBlanks \- Get config blanks
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBlanks * FcConfigGetBlanks (FcConfig *\fIconfig\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns the FcBlanks object associated with the given configuration, if no
|
|
blanks were present in the configuration, this function will return 0.
|
|
The returned FcBlanks object if not NULL, is valid as long as the owning
|
|
FcConfig is alive.
|
|
If \fIconfig\fR is NULL, the current configuration is used.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|