FcConfigReference.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $ 2.TH "FcConfigReference" "3" "18 November 2009" "" "" 3.SH NAME 4FcConfigReference \- Increment config reference count 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcConfig * FcConfigReference(FcConfig *\fIconfig\fB); 10\fR.fi 11.SH "DESCRIPTION" 12.PP 13Add another reference to \fIconfig\fR\&. Configs are freed only 14when the reference count reaches zero. 15If \fIconfig\fR is NULL, the current configuration is used. 16In that case this function will be similar to FcConfigGetCurrent() except that 17it increments the reference count before returning and the user is responsible 18for destroying the configuration when not needed anymore. 19.SH "VERSION" 20.PP 21Fontconfig version 2.8.0 22