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.

Manifest constants

nogc
enum nogc;
Undocumented in source.

See Also

GTK icon cache validator source code Note: I could not find any specification on icon theme cache, so I merely use gtk source code as reference to reimplement parsing of icon-theme.cache files.

Meta