DesktopEntry.comment - multiple declarations
Function DesktopEntry.comment
Tooltip for the entry, for example "View sites on the Internet".
string comment() pure nothrow @safe const;
Returns
The unescaped value associated with "Comment" key.
See Also
Function DesktopEntry.comment
Set "Comment" to commentary escaping the value if needed.
string comment
(
string commentary
) @safe;