DesktopEntry.terminal

Whether the program runs in a terminal window.

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

Return Value

Type: bool

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

Meta