1FcConfigDestroy(3) FcConfigDestroy(3)
23
4
NAME
6FcConfigDestroy - Destroy a configuration
7
SYNOPSIS
9#include <fontconfig.h>
1011
void FcConfigDestroy (FcConfig *config);
12
DESCRIPTION
14Destroys a configuration and any data associated with it. Note that
15calling this function with the return from FcConfigGetCurrent will
16place the library in an indeterminate state.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcConfigDestroy(3)