Module icontheme.cache
This module provides class for loading and validating icon theme caches.
Icon theme cache may be stored in icon-theme.cache files located in icon theme directory along with index.theme file. These files are usually generated by gtk-update-icon-cache. Icon theme cache can be used for faster and cheeper lookup of icons since it contains information about which icons exist in which sub directories.
See Also
Note
It seems to be no any specification on icon theme cache, so this module is written using gtk source code as reference to reimplement parsing of icon-theme.cache files.
Classes
Name | Description |
---|---|
IconThemeCache
|
Class representation of icon-theme.cache file contained icon theme cache. |
IconThemeCacheException
|
Error occured while parsing icon theme cache. |