DesktopFileProvider.this

Construct using applicationsPaths. Automatically calls update.

class DesktopFileProvider
@trusted
this
(
const(string)[] applicationsPaths
,
DesktopFile.ReadOptions options = DesktopFile.defaultReadOptions
)

Parameters

applicationsPaths const(string)[]

Paths of applications/ directories where .desktop files are stored.

options DesktopFile.ReadOptions

Options used to read desktop files. These should be all known paths even if they don't exist at the time.

Meta