Imported Upstream version 2.12.1
[platform/upstream/fontconfig.git] / doc / FcConfigEnableHome.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigEnableHome" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcConfigEnableHome \- controls use of the home directory.
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcConfigEnableHome (FcBool \fIenable\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 If \fIenable\fR is FcTrue, then Fontconfig will use various
14 files which are specified relative to the user's home directory (using the ~
15 notation in the configuration). When \fIenable\fR is
16 FcFalse, then all use of the home directory in these contexts will be
17 disabled. The previous setting of the value is returned.