c9c2f93b5d
to make room for a BSD make build system.
19 lines
560 B
Groff
19 lines
560 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcConfigGetConfigDirs" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcConfigGetConfigDirs \- Get config directories
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcStrList * FcConfigGetConfigDirs (FcConfig *\fIconfig\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns the list of font directories specified in the configuration files
|
|
for \fIconfig\fR\&. Does not include any subdirectories.
|
|
If \fIconfig\fR is NULL, the current configuration is used.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|