|
NAMEFcConfigFileInfoIterInit - Initialize the iteratorSYNOPSIS#include <fontconfig/fontconfig.h> void FcConfigFileInfoIterInit (FcConfig *config, FcConfigFileInfoIter *iter); DESCRIPTIONInitialize 'iter' with the first iterator in the config file information list.This function isn't MT-safe. FcConfigReference must be called before using this and then FcConfigDestroy when the relevant values are no longer referenced. SINCEversion 2.12.91
Visit the GSP FreeBSD Man Page Interface. |