Function iconThemePaths

Find all icon themes in searchIconDirs.

auto auto iconThemePaths(Range) (
  Range searchIconDirs
)
if (is(ElementType!Range : string));

Note

You may want to skip icon themes duplicates if there're different versions of the index.theme file for the same theme.

Returns

Range of paths to index.theme files represented icon themes.

Parameters

NameDescription
searchIconDirs base icon directories to search icon themes.

See Also

baseIconDirs