Blame doc/FcPatternGetWithBinding.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcPatternGetWithBinding" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcPatternGetWithBinding \- Return a value with binding from a pattern
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcResult FcPatternGetWithBinding (FcPattern *\fIp\fB, const char *\fIobject\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
and \fIb\fR binding for that associated with the property
Packit 352660
\fIobject\fR\&.
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.12.5