Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcAtomicCreate(3)					       FcAtomicCreate(3)

NAME
     FcAtomicCreate - create an FcAtomic object

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcAtomic * FcAtomicCreate (const FcChar8 *file);

DESCRIPTION
     Creates  a data structure containing data needed to control access to file.
     Writing is done to a separate file. Once that file is complete, the  origi-
     nal  configuration  file is atomically replaced so that reading process al-
     ways see a consistent and complete file without the need to lock for  read-
     ing.

Fontconfig 2.17.1		  02 July 2025		       FcAtomicCreate(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcAtomicCreate&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help