1FcConfigFileInfoIterNext(3)                        FcConfigFileInfoIterNext(3)
2
3
4

NAME

6       FcConfigFileInfoIterNext - Set the iterator to point to the next list
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcBool FcConfigFileInfoIterNext (FcConfig *config, FcConfigFileInfoIter *iter);
12

DESCRIPTION

14       Set  'iter'  to  point  to the next node in the config file information
15       list.  If there is no next node, FcFalse is returned.
16
17       This function isn't MT-safe. FcConfigReference must  be  called  before
18       using  FcConfigFileInfoIterInit and then FcConfigDestroy when the rele‐
19       vant values are no longer referenced.
20

SINCE

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