DesktopEntry.execValue - multiple declarations

Function DesktopEntry.execValue

Exec value of desktop file.

string execValue() pure nothrow @safe const;

Returns

The unescaped value associated with "Exec" key.

See Also

expandExecValue, startApplication, tryExecValue

Function DesktopEntry.execValue

Set "Exec" to exec escaping the value if needed.

string execValue (
  string exec
) @safe;

See Also

ExecBuilder.