FcConfigFilename.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcConfigFilename" "3" "18 November 2009" "" ""
3.SH NAME
4FcConfigFilename \- Find a config file
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcChar8 * FcConfigFilename(const FcChar8 *\fIname\fB);
10\fR.fi
11.SH "DESCRIPTION"
12.PP
13Given the specified external entity name, return the associated filename.
14This provides applications a way to convert various configuration file
15references into filename form.
16.PP
17A null or empty \fIname\fR indicates that the default configuration file should
18be used; which file this references can be overridden with the
19FC_CONFIG_FILE environment variable. Next, if the name starts with \fI~\fR, it
20refers to a file in the current users home directory. Otherwise if the name
21doesn't start with '/', it refers to a file in the default configuration
22directory; the built-in default directory can be overridden with the
23FC_CONFIG_DIR environment variable.
24.SH "VERSION"
25.PP
26Fontconfig version 2.8.0
27