diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 08:46:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 08:46:47 +0000 |
commit | 432e35ff6015e7b889244f5cf4ed16ac80261fbe (patch) | |
tree | 716500651f6965303ea12fd13015b3b89f34b8b4 /dist/fontconfig/doc/FcConfigGetBlanks.3 | |
parent | 95fb6e6203e074483b443a34da1e4302b81fd0ac (diff) |
Update to fontconfig 2.13.94
Diffstat (limited to 'dist/fontconfig/doc/FcConfigGetBlanks.3')
-rw-r--r-- | dist/fontconfig/doc/FcConfigGetBlanks.3 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dist/fontconfig/doc/FcConfigGetBlanks.3 b/dist/fontconfig/doc/FcConfigGetBlanks.3 index fe3e24418..a17311e93 100644 --- a/dist/fontconfig/doc/FcConfigGetBlanks.3 +++ b/dist/fontconfig/doc/FcConfigGetBlanks.3 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetBlanks" "3" "05 7月 2017" "Fontconfig 2.12.4" "" +.TH "FcConfigGetBlanks" "3" "29 6月 2021" "Fontconfig 2.13.94" "" .SH NAME FcConfigGetBlanks \- Get config blanks .SH SYNOPSIS @@ -10,8 +10,5 @@ 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. +FcBlanks is deprecated. +This function always returns NULL. |