1FcConfigGetCache(3) FcConfigGetCache(3)
23
4
NAME
6FcConfigGetCache - DEPRECATED used to return per-user cache filename
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcConfigGetCache(FcConfig *config);
12.fi
13
DESCRIPTION
15With fontconfig no longer using per-user cache files, this function now
16simply returns NULL to indicate that no per-user file exists.
17
VERSION
19Fontconfig version 2.8.0
2021
22
23
18 November 2009 FcConfigGetCache(3)