19 lines
467 B
Groff
19 lines
467 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcConfigHome" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcConfigHome \- return the current home directory.
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar8 * FcConfigHome(void\fI\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Return the current user's home directory, if it is available, and if using it
|
|
is enabled, and NULL otherwise.
|
|
See also \fBFcConfigEnableHome\fR).
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|