1. There should be FcChar8** instead of char** in the following function: * FcPatternGetString 2. There should be FcChar8* instead of char* in the following functions: * FcConfigAppFontAddFile * FcConfigAppFontAddDir * FcConfigFilename * FcNameParse * FcFreeTypeQuery * FcFileScan * FcDirScan * FcDirSave 3. There should be FcChar8* instead of char* in the definition of the following type: * FcValue The detailed bug description can be found at: http://linuxtesting.org/results/report?num=S0586
Created attachment 12255 [details] [review] The doc patch (.diff file)
I scanned all of the documentation and fixed these and several other incorrect uses of 'char' which are now 'FcChar8' f2772d6b45bcfc27618968fdbb08dcc50a18be22
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.