DesktopFileProvider

Implementation of simple desktop file provider.

Constructors

this
this(string[] applicationsPaths, string[] binPaths, DesktopFile.DesktopReadOptions options)

Construct using given application paths.

this
this(string[] applicationsPaths, DesktopFile.DesktopReadOptions options)

ditto, but determine binPaths from PATH environment variable automatically.

Members

Functions

getByDesktopId
const(DesktopFile) getByDesktopId(string desktopId)

Get DesktopFile by desktop id.

Inherited Members

From IDesktopFileProvider

getByDesktopId
const(DesktopFile) getByDesktopId(string desktopId)

Retrieve desktopfile.file.DesktopFile by desktopId

Meta