Blame doc/FcConfigFilename.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigFilename" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigFilename \- Find a config file
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcChar8 * FcConfigFilename (const FcChar8 *\fIname\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Given the specified external entity name, return the associated filename.
Packit 352660
This provides applications a way to convert various configuration file
Packit 352660
references into filename form.
Packit 352660
.PP
Packit 352660
A null or empty \fIname\fR indicates that the default configuration file should
Packit 352660
be used; which file this references can be overridden with the
Packit 352660
FONTCONFIG_FILE environment variable. Next, if the name starts with \fI~\fR, it
Packit 352660
refers to a file in the current users home directory. Otherwise if the name
Packit 352660
doesn't start with '/', it refers to a file in the default configuration
Packit 352660
directory; the built-in default directory can be overridden with the
Packit 352660
FONTCONFIG_PATH environment variable.