.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcObjectSetAdd" "3" "15 May 2020" "Fontconfig 2.13.1" "" .SH NAME FcObjectSetAdd \- Add to an object set .SH SYNOPSIS .sp \fB#include .sp FcBool FcObjectSetAdd (FcObjectSet *\fIos\fB, const char *\fIobject\fB); \fR .SH "DESCRIPTION" .PP Adds a property name to the set. Returns FcFalse if the property name cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue.