Struct IconSearchResult

Result of icon lookup.

struct IconSearchResult(IconTheme)
  
if (is(IconTheme : const(IconThemeFile)));

Fields

NameTypeDescription
filePath stringFile path of found icon.
iconTheme Rebindable!IconThemeIconThemeFile the found icon belongs to.
subdir IconSubDirSubdirectory the found icon belongs to.