MimeType.genericIcon - multiple declarations
Function MimeType.genericIcon
Get generic icon name. Use this if the icon could not be found.
string genericIcon() pure nothrow @nogc @safe const;
Function MimeType.genericIcon
Set generic icon name.
string genericIcon
(
string iconName
) pure nothrow @nogc @safe;