mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
19 lines
513 B
Groff
19 lines
513 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcPatternIterNext" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
|
|
.SH NAME
|
|
FcPatternIterNext \-
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcPatternIterNext (const FcPattern *\fIp\fB, FcPatternIter *\fIiter\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Set \fIiter\fR to point to the next object in \fIp\fR
|
|
and returns FcTrue if \fIiter\fR has been changed to the next object.
|
|
returns FcFalse otherwise.
|
|
.SH "SINCE"
|
|
.PP
|
|
version 2.13.1
|