20 lines
640 B
Groff
20 lines
640 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcAtomicCreate" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcAtomicCreate \- create an FcAtomic object
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcAtomic * FcAtomicCreate(const FcChar8 *\fIfile\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Creates a data structure containing data needed to control access to \fIfile\fR\&.
|
|
Writing is done to a separate file. Once that file is complete, the original
|
|
configuration file is atomically replaced so that reading process always see
|
|
a consistent and complete file without the need to lock for reading.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|