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.

Members

Classes

IconThemeCache
class IconThemeCache

Class representation of icon-theme.cache file contained icon theme cache.

IconThemeCacheException
class IconThemeCacheException

Error occured while parsing icon theme cache.

See Also

GTK icon cache validator source code 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.

Meta