FcConfigGetBlanks.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcConfigGetBlanks" "3" "18 November 2009" "" ""
3.SH NAME
4FcConfigGetBlanks \- Get config blanks
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBlanks * FcConfigGetBlanks(FcConfig *\fIconfig\fB);
10\fR.fi
11.SH "DESCRIPTION"
12.PP
13Returns the FcBlanks object associated with the given configuration, if no
14blanks were present in the configuration, this function will return 0.
15The returned FcBlanks object if not NULL, is valid as long as the owning
16FcConfig is alive.
17If \fIconfig\fR is NULL, the current configuration is used.
18.SH "VERSION"
19.PP
20Fontconfig version 2.8.0
21