IconThemeCache.this

Read icon theme cache from data and validate it.

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

Throws

IconThemeCacheException if icon theme file is invalid.

Meta