aaecba3f4819139d23ca0059e545ebdded529277
[platform/upstream/fontconfig.git] / doc / FcDirSave.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcDirSave" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcDirSave \- DEPRECATED: formerly used to save a directory cache
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcBool FcDirSave (FcFontSet *\fIset\fB, FcStrSet *\fIdirs\fB, const FcChar8 *\fIdir\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 This function now does nothing aside from returning FcFalse. It used to creates the
14 per-directory cache file for \fIdir\fR and populates it
15 with the fonts in \fIset\fR and subdirectories in
16 \fIdirs\fR\&. All of this functionality is now automatically
17 managed by FcDirCacheLoad and FcDirCacheRead.