fe2a5ee8b5db6b7d86a7764bb8565b5fa2923e0d
[platform/upstream/fontconfig.git] / doc / FcObjectSetAdd.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcObjectSetAdd" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcObjectSetAdd \- Add to an object set
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcObjectSetAdd (FcObjectSet *\fIos\fB, const char *\fIobject\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Adds a property name to the set. Returns FcFalse if the property name cannot be
14 inserted into the set (due to allocation failure). Otherwise returns FcTrue.