xenocara/dist/fontconfig/doc/FcConfigFileInfoIterNext.3

22 lines
751 B
Groff
Raw Permalink Normal View History

.\" auto-generated by docbook2man-spec from docbook-utils package
2025-01-10 01:40:29 +00:00
.TH "FcConfigFileInfoIterNext" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.SH NAME
FcConfigFileInfoIterNext \- Set the iterator to point to the next list
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcBool FcConfigFileInfoIterNext (FcConfig *\fIconfig\fB, FcConfigFileInfoIter *\fIiter\fB);
.fi\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