DesktopEntry.terminal - multiple declarations
Function DesktopEntry.terminal
Whether the program runs in a terminal window.
bool terminal() pure nothrow @nogc @safe const;
Returns
The value associated with "Terminal" key converted to bool using isTrue
.
Function DesktopEntry.terminal
setter
bool terminal
(
bool t
) @safe;