Blame doc/FcDirSave.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcDirSave" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcDirSave \- DEPRECATED: formerly used to save a directory cache
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcDirSave (FcFontSet *\fIset\fB, FcStrSet *\fIdirs\fB, const FcChar8 *\fIdir\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
This function now does nothing aside from returning FcFalse. It used to creates the
Packit 352660
per-directory cache file for \fIdir\fR and populates it
Packit 352660
with the fonts in \fIset\fR and subdirectories in
Packit 352660
\fIdirs\fR\&. All of this functionality is now automatically
Packit 352660
managed by FcDirCacheLoad and FcDirCacheRead.