DesktopFile.terminal

Whether the program runs in a terminal window.

  1. bool terminal()
    class DesktopFile
    @nogc @safe const nothrow
    bool
    terminal
    ()
  2. bool terminal(bool t)

Return Value

Type: bool

The value associated with "Terminal" key converted to bool using isTrue.

Meta