1FcConfigFileInfoIterNext(3) FcConfigFileInfoIterNext(3)
2
3
4
6 FcConfigFileInfoIterNext - Set the iterator to point to the next list
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigFileInfoIterNext (FcConfig *config, FcConfigFileInfoIter *iter);
12
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
22 version 2.12.91
23
24
25
26Fontconfig 2.14.1 21 10月 2022 FcConfigFileInfoIterNext(3)