mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-15 16:51:46 +00:00
18 lines
440 B
Groff
18 lines
440 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcPatternReference" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcPatternReference \- Increment pattern reference count
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
void FcPatternReference(FcPattern *\fIp\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Add another reference to \fIp\fR\&. Patterns are freed only
|
||
|
when the reference count reaches zero.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|