Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / doc / FcObjectSetAdd.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcObjectSetAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
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.