DesktopEntry.displayName - multiple declarations

Function DesktopEntry.displayName

Specific name of the application, for example "Qupzilla".

string displayName() pure nothrow @safe const;

Returns

The unescaped value associated with "Name" key.

See Also

localizedDisplayName

Function DesktopEntry.displayName

Set "Name" to name escaping the value if needed.

string displayName (
  string name
) @safe;