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
14 Creates a data structure containing data needed to control access to
15 file. Writing is done to a separate file. Once that file is complete,
16 the original configuration file is atomically replaced so that reading
17 process always see a consistent and complete file without the need to
18 lock for reading.
19
21 Fontconfig version 2.4.2
22
23
24
25 11 May 2007 FcAtomicCreate(3)