Imported Upstream version 2.13.1
[platform/upstream/fontconfig.git] / doc / FcPatternIterGetValue.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcPatternIterGetValue" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcPatternIterGetValue \- Returns a value which the iterator point to
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcResult FcPatternIterGetValue (const FcPattern *\fIp\fB, FcPatternIter *\fIiter\fB, int\fIid\fB, FcValue *\fIv\fB, FcValueBinding *\fIb\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns in \fIv\fR the \fIid\fR\&'th value
14 which \fIiter\fR point to. also binding to \fIb\fR
15 if given.
16 The value returned is not a copy, but rather refers to the data stored
17 within the pattern directly. Applications must not free this value.
18 .SH "SINCE"
19 .PP
20 version 2.13.1