DesktopEntry.genericName - multiple declarations
Function DesktopEntry.genericName
Generic name of the application, for example "Web Browser".
string genericName() pure nothrow @safe const;
Returns
The unescaped value associated with "GenericName" key.
See Also
Function DesktopEntry.genericName
Set "GenericName" to name escaping the value if needed.
string genericName
(
string name
) @safe;