1FcAtomicCreate(3) FcAtomicCreate(3)
2
3
4
6 FcAtomicCreate - create an FcAtomic object
7
9 #include <fontconfig.h>
10
11 FcAtomic * FcAtomicCreate(const FcChar8 *file);
12 .fi
13
15 Creates a data structure containing data needed to control access to
16 file. Writing is done to a separate file. Once that file is complete,
17 the original configuration file is atomically replaced so that reading
18 process always see a consistent and complete file without the need to
19 lock for reading.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcAtomicCreate(3)