Blob Blame History Raw
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcConfigSetSysRoot" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
.SH NAME
FcConfigSetSysRoot \- Set the system root directory
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
void FcConfigSetSysRoot (FcConfig *\fIconfig\fB, const FcChar8 *\fIsysroot\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Set 'sysroot' as the system root directory. fontconfig prepend 'sysroot'
to the cache directories in order to allow people to generate caches at
the build time. Note that this causes changing current config. i.e.
this function calls FcConfigSetCurrent() internally.
.SH "SINCE"
.PP
version 2.10.92