DesktopEntry.hidden - multiple declarations
Function DesktopEntry.hidden
Hidden means the user deleted (at his level) something that was present (at an upper level, e.g. in the system dirs). It's strictly equivalent to the .desktop file not existing at all, as far as that user is concerned.
bool hidden() pure nothrow @nogc @safe const;
Returns
The value associated with "Hidden" key converted to bool using isTrue
.
Function DesktopEntry.hidden
setter
bool hidden
(
bool hide
) @safe;