MimeCache.findIcon

Find icon name for mime type.

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

Return Value

Type: const(char)[]

Icon name for given mimeType or null string if not found.

Meta