Blame doc/FcPatternIterGetValue.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcPatternIterGetValue" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcPatternIterGetValue \- Returns a value which the iterator point to
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcResult FcPatternIterGetValue (const FcPattern *\fIp\fB, FcPatternIter *\fIiter\fB, int\fIid\fB, FcValue *\fIv\fB, FcValueBinding *\fIb\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Returns in \fIv\fR the \fIid\fR\&'th value
Packit 352660
which \fIiter\fR point to. also binding to \fIb\fR
Packit 352660
if given.
Packit 352660
The value returned is not a copy, but rather refers to the data stored
Packit 352660
within the pattern directly. Applications must not free this value.
Packit 352660
.SH "SINCE"
Packit 352660
.PP
Packit 352660
version 2.13.1