DesktopEntry.noDisplay - multiple declarations
Function DesktopEntry.noDisplay
NoDisplay means "this application exists, but don't display it in the menus".
bool noDisplay() pure nothrow @nogc @safe const;
Returns
The value associated with "NoDisplay" key converted to bool using isTrue
.
Function DesktopEntry.noDisplay
setter
bool noDisplay
(
bool notDisplay
) @safe;