Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / doc / FcConfigFileInfoIterNext.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigFileInfoIterNext" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
3 .SH NAME
4 FcConfigFileInfoIterNext \- Set the iterator to point to the next list
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcConfigFileInfoIterNext (FcConfig *\fIconfig\fB, FcConfigFileInfoIter *\fIiter\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Set 'iter' to point to the next node in the config file information list.
14 If there is no next node, FcFalse is returned.
15 .PP
16 This function isn't MT-safe. \fBFcConfigReference\fR must be called
17 before using \fBFcConfigFileInfoIterInit\fR and then
18 \fBFcConfigDestroy\fR when the relevant values are no longer referenced.
19 .SH "SINCE"
20 .PP
21 version 2.12.91