www.LinuxHowtos.org
FcConfigFileInfoIterInit
Section: (3)Updated: 02 July 2025
Index Return to Main Contents
NAME
FcConfigFileInfoIterInit - Initialize the iteratorSYNOPSIS
#include <fontconfig/fontconfig.h> void FcConfigFileInfoIterInit (FcConfig *config, FcConfigFileInfoIter *iter);
DESCRIPTION
Initialize 'iter' with the first iterator in the config file information list.
The config file information list is stored in numerical order for filenames i.e. how fontconfig actually read them.
This function isn't M-safe. FcConfigReference must be called before using this and then FcConfigDestroy when the relevant values are no longer referenced.
SINCE
version 2.12.91