.\" 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" "08 March 2024" "Fontconfig 2.15.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