1FcConfigFileInfoIterGet(3)                          FcConfigFileInfoIterGet(3)
2
3
4

NAME

6       FcConfigFileInfoIterGet - Obtain the configuration file information
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcBool FcConfigFileInfoIterGet (FcConfig *config, FcConfigFileInfoIter *iter, FcChar8 **name, FcChar8 **description, FcBool *enabled);
12

DESCRIPTION

14       Obtain the filename, the description and the flag whether it is enabled
15       or not for 'iter' where points to current configuration  file  informa‐
16       tion.  If the iterator is invalid, FcFalse is returned.
17
18       This  function  isn't  MT-safe. FcConfigReference must be called before
19       using FcConfigFileInfoIterInit and then FcConfigDestroy when the  rele‐
20       vant values are no longer referenced.
21

SINCE

23       version 2.12.91
24
25
26
27Fontconfig 2.14.1                21 10月 2022       FcConfigFileInfoIterGet(3)
Impressum