Blame doc/FcConfigSetSysRoot.3

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