sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-08-28 05:57:34 +00:00
commit 88965415ff
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
26235 changed files with 29195616 additions and 0 deletions

View file

@ -0,0 +1,22 @@
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcConfigFileInfoIterGet" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
.SH NAME
FcConfigFileInfoIterGet \- Obtain the configuration file information
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcBool FcConfigFileInfoIterGet (FcConfig *\fIconfig\fB, FcConfigFileInfoIter *\fIiter\fB, FcChar8 **\fIname\fB, FcChar8 **\fIdescription\fB, FcBool *\fIenabled\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Obtain the filename, the description and the flag whether it is enabled or not
for 'iter' where points to current configuration file information.
If the iterator is invalid, FcFalse is returned.
.PP
This function isn't MT-safe. \fBFcConfigReference\fR must be called
before using \fBFcConfigFileInfoIterInit\fR and then
\fBFcConfigDestroy\fR when the relevant values are no longer referenced.
.SH "SINCE"
.PP
version 2.12.91