DesktopFile.startApplication

Starts the application associated with this .desktop file using url as command line params.

  1. void startApplication(in string[] urls = null, string locale = null, lazy const(string)[] terminalCommand = getTerminalCommand)
  2. void startApplication(string url, string locale = null, lazy const(string)[] terminalCommand = getTerminalCommand)
    class DesktopFile
    @trusted
    void
    startApplication
    const
    (
    string url
    ,
    string locale = null
    ,
    lazy const(string)[] terminalCommand = getTerminalCommand
    )

Meta