mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
19 lines
532 B
Groff
19 lines
532 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcAtomicReplaceOrig" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcAtomicReplaceOrig \- replace original with new
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcAtomicReplaceOrig(FcAtomic *\fIatomic\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Replaces the original file referenced by \fIatomic\fR with
|
||
|
the new file. Returns FcFalse if the file cannot be replaced due to
|
||
|
permission issues in the filesystem. Otherwise returns FcTrue.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|