FcObjectSetAdd.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcObjectSetAdd" "3" "18 November 2009" "" "" 3.SH NAME 4FcObjectSetAdd \- Add to an object set 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcObjectSetAdd(FcObjectSet *\fIos\fB); 10(const char *\fIobject\fB); 11\fR.fi 12.SH "DESCRIPTION" 13.PP 14Adds a proprety name to the set. Returns FcFalse if the property name cannot be 15inserted into the set (due to allocation failure). Otherwise returns FcTrue. 16.SH "VERSION" 17.PP 18Fontconfig version 2.8.0 19