DesktopFileProvider.this

Construct using given application paths.

  1. this(string[] applicationsPaths, string[] binPaths, DesktopFile.DesktopReadOptions options)
    class DesktopFileProvider
    @trusted
    this
    (
    in string[] applicationsPaths
    ,
    in string[] binPaths
    ,
    DesktopFile.DesktopReadOptions options = DesktopFile.DesktopReadOptions.init
    )
  2. this(string[] applicationsPaths, DesktopFile.DesktopReadOptions options)

Parameters

applicationsPaths string[]

Paths of applications/ directories where .desktop files are stored. These should be all known paths even if they don't exist at the time.

binPaths string[]

Paths where executable files are stored.

options DesktopFile.DesktopReadOptions

Options used to read desktop files.

Meta