Blame doc/FcAtomicCreate.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcAtomicCreate" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcAtomicCreate \- create an FcAtomic object
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcAtomic * FcAtomicCreate (const FcChar8 *\fIfile\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Creates a data structure containing data needed to control access to \fIfile\fR\&.
Packit 352660
Writing is done to a separate file. Once that file is complete, the original
Packit 352660
configuration file is atomically replaced so that reading process always see
Packit 352660
a consistent and complete file without the need to lock for reading.