.\" auto-generated by docbook2man-spec from docbook-utils package .TH "FcConfigGetBlanks" "3" "05 8月 2016" "Fontconfig 2.12.1" "" .SH NAME FcConfigGetBlanks \- Get config blanks .SH SYNOPSIS .nf \fB#include .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.