IconThemeCache.this

Read icon theme cache from memory mapped file and validate it.

  1. this(string fileName)
    class IconThemeCache
    @trusted
    this
    (
    string fileName
    )
  2. this(immutable(void)[] data, string fileName)

Throws

FileException if could mmap file. IconThemeCacheException if icon theme file is invalid.

Meta