IconThemeFile.this

Constructs IconThemeFile with empty "Icon Theme" group.

Examples

auto itf = new IconThemeFile();
assert(itf.iconTheme());
assert(itf.directories().empty);

Meta