Blame doc/FcConfigEnableHome.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigEnableHome" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigEnableHome \- controls use of the home directory.
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcConfigEnableHome (FcBool \fIenable\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
If \fIenable\fR is FcTrue, then Fontconfig will use various
Packit 352660
files which are specified relative to the user's home directory (using the ~
Packit 352660
notation in the configuration). When \fIenable\fR is
Packit 352660
FcFalse, then all use of the home directory in these contexts will be
Packit 352660
disabled. The previous setting of the value is returned.