Function MimeCache.findIcon
Find icon name for mime type.
const(char)[] findIcon
(
scope const(char)[] mimeType
) @trusted const;
Returns
Icon name for given mimeType or null string if not found.
Find icon name for mime type.
const(char)[] findIcon
(
scope const(char)[] mimeType
) @trusted const;
Icon name for given mimeType or null string if not found.