FcDirSave.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcDirSave" "3" "18 November 2009" "" ""
3.SH NAME
4FcDirSave \- DEPRECATED: formerly used to save a directory cache
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcDirSave(FcFontSet *\fIset\fB);
10(FcStrSet *\fIdirs\fB);
11(const FcChar8 *\fIdir\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15This function now does nothing aside from returning FcFalse. It used to creates the
16per-directory cache file for \fIdir\fR and populates it
17with the fonts in \fIset\fR and subdirectories in
18\fIdirs\fR\&. All of this functionality is now automatically
19managed by FcDirCacheLoad and FcDirCacheRead.
20.SH "VERSION"
21.PP
22Fontconfig version 2.8.0
23