.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FcConfigGetSysRoot" "3" "2022/03/31" "Fontconfig 2.14.0" ""
.SH NAME
FcConfigGetSysRoot \- Obtain the system root directory
.SH SYNOPSIS
.sp
\fB#include
.sp
const FcChar8 * FcConfigGetSysRoot (const FcConfig *\fIconfig\fB);
\fR
.SH "DESCRIPTION"
.PP
Obtains the system root directory in 'config' if available. All files
(including file properties in patterns) obtained from this 'config' are
relative to this system root directory.
.PP
This function isn't MT-safe. \fBFcConfigReference\fR must be called
before using this and then \fBFcConfigDestroy\fR when
the return value is no longer referenced.
.SH "SINCE"
.PP
version 2.10.92