Bug 12991 - The function FcConfigGetCache returns a null pointer
Summary: The function FcConfigGetCache returns a null pointer
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.4
Hardware: All All
: medium normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 09:04 UTC by David
Modified: 2007-11-03 22:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David 2007-10-29 09:04:41 UTC
The description of the function FcConfigGetCache states: "Returns the name of the file used to store per-user font information". But it returns a null pointer, while it should return the name of the cache file.

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0598
Comment 1 Keith Packard 2007-11-03 22:40:20 UTC
This is correct; fontconfig now no longer uses a per-user file to store font information, instead it stores all font information in per-directory files.

I've updated the documentation to reflect the status of this function.

7c6939793b1691b4b950a856cdcd31f1e020b14a


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.