Add uuid in configure file
[platform/upstream/fontconfig.git] / doc / FcConfigSetSysRoot.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigSetSysRoot" "3" "27 1月 2023" "Fontconfig 2.14.2" ""
3 .SH NAME
4 FcConfigSetSysRoot \- Set the system root directory
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 void FcConfigSetSysRoot (FcConfig *\fIconfig\fB, const FcChar8 *\fIsysroot\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Set 'sysroot' as the system root directory. All file paths used or created with
14 this 'config' (including file properties in patterns) will be considered or
15 made relative to this 'sysroot'. This allows a host to generate caches for
16 targets at build time. This also allows a cache to be re-targeted to a
17 different base directory if 'FcConfigGetSysRoot' is used to resolve file paths.
18 When setting this on the current config this causes changing current config
19 (calls FcConfigSetCurrent()).
20 .SH "SINCE"
21 .PP
22 version 2.10.92