IconThemeFile.tryLoadCache

Try to load icon cache. Loaded icon cache will be used on icon lookup.

class IconThemeFile
@trusted nothrow
tryLoadCache
(
Flag!"allowOutdated" allowOutdated = Flag!"allowOutdated".no
)

Return Value

Type: auto

Loaded icontheme.cache.IconThemeCache object or null, if cache does not exist or invalid or outdated. Note: This function expects that icon theme has fileName.

See Also

Meta