FcPatternRemove.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcPatternRemove" "3" "18 November 2009" "" "" 3.SH NAME 4FcPatternRemove \- Remove one object of the specified type from the pattern 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcPatternRemove(FcPattern *\fIp\fB); 10(const char *\fIobject\fB); 11(int \fIid\fB); 12\fR.fi 13.SH "DESCRIPTION" 14.PP 15Removes the value associated with the property `object' at position `id', returning 16whether the property existed and had a value at that position or not. 17.SH "VERSION" 18.PP 19Fontconfig version 2.8.0 20