MimeCache.findGenericIcon

Find generic icon name for mime type.

class MimeCache
@trusted const
const(char)[]
findGenericIcon
(
scope const(char)[] mimeType
)

Return Value

Type: const(char)[]

Generic icon name for given mimeType or null string if not found.

Meta