FcPatternAdd.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcPatternAdd" "3" "18 November 2009" "" "" 3.SH NAME 4FcPatternAdd \- Add a value to a pattern 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcPatternAdd(FcPattern *\fIp\fB); 10(const char *\fIobject\fB); 11(FcValue \fIvalue\fB); 12(FcBool \fIappend\fB); 13\fR.fi 14.SH "DESCRIPTION" 15.PP 16Adds a single value to the list of values associated with the property named 17`object\fI\&. If `append\fR is FcTrue, the value is added at the end of any 18existing list, otherwise it is inserted at the begining. `value' is saved 19(with FcValueSave) when inserted into the pattern so that the library 20retains no reference to any application-supplied data structure. 21.SH "VERSION" 22.PP 23Fontconfig version 2.8.0 24