1FcConfigEnableHome(3) FcConfigEnableHome(3)
2
3
4
6 FcConfigEnableHome - controls use of the home directory.
7
9 #include <fontconfig.h>
10
11 FcBol FcConfigEnableHome(FcBool enable);
12 .fi
13
15 If enable is FcTrue, then Fontconfig will use various files which are
16 specified relative to the user's home directory (using the ~ notation
17 in the configuration). When enable is FcFalse, then all use of the home
18 directory in these contexts will be disabled. The previous setting of
19 the value is returned.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigEnableHome(3)