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.

  1. bool hidden()
    class DesktopEntry
    @nogc @safe const nothrow pure
    bool
    hidden
    ()
  2. bool hidden(bool hide)

Return Value

Type: bool

The value associated with "Hidden" key converted to bool using inilike.common.isTrue.

Meta