IconThemeCache.this - multiple declarations
Function IconThemeCache.this
Read icon theme cache from memory mapped file and validate it.
this
(
string fileName
) @trusted;
Throws
FileException if could not mmap file.
IconThemeCacheException
if icon theme file is invalid.
Function IconThemeCache.this
Read icon theme cache from data and validate it.
this
(
immutable(void)[] data,
string fileName
) @safe;
Throws
IconThemeCacheException
if icon theme file is invalid.