.\" 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 "FcConfigFileInfoIterNext" "3" "2022/03/31" "Fontconfig 2.14.0" ""
.SH NAME
FcConfigFileInfoIterNext \- Set the iterator to point to the next list
.SH SYNOPSIS
.sp
\fB#include
.sp
FcBool FcConfigFileInfoIterNext (FcConfig *\fIconfig\fB, FcConfigFileInfoIter *\fIiter\fB);
\fR
.SH "DESCRIPTION"
.PP
Set 'iter' to point to the next node in the config file information list.
If there is no next node, 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