IconSearchResult

Result of icon lookup.

struct IconSearchResult (
IconTheme
) if (
is(IconTheme : const(IconThemeFile))
) {}

Members

Variables

filePath
string filePath;

File path of found icon.

iconTheme
IconTheme iconTheme;

icontheme.file.IconThemeFile the found icon belongs to.

subdir
IconSubDir subdir;

Subdirectory the found icon belongs to.

Meta