.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FcConfigFileInfoIterInit" "3" "2022/03/31" "Fontconfig 2.14.0" ""
.SH NAME
FcConfigFileInfoIterInit \- Initialize the iterator
.SH SYNOPSIS
.sp
\fB#include
.sp
void FcConfigFileInfoIterInit (FcConfig *\fIconfig\fB, FcConfigFileInfoIter *\fIiter\fB);
\fR
.SH "DESCRIPTION"
.PP
Initialize 'iter' with the first iterator in the config file information list.
.PP
The config file information list is stored in numerical order for filenames
i.e. how fontconfig actually read them.
.PP
This function isn't MT-safe. \fBFcConfigReference\fR must be called
before using this and then \fBFcConfigDestroy\fR when the relevant
values are no longer referenced.
.SH "SINCE"
.PP
version 2.12.91