1FcAtomicCreate(3) FcAtomicCreate(3)
2
3
4
6 FcAtomicCreate - create an FcAtomic object
7
9 #include <fontconfig/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
20
21
22Fontconfig 2.14.0 31 3月 2022 FcAtomicCreate(3)