DesktopFileProvider

Implementation of desktop file provider.

Constructors

this
this(const(string)[] applicationsPaths, DesktopFile.ReadOptions options)

Construct using applicationsPaths. Automatically calls update.

Members

Functions

getByDesktopId
const(DesktopFile) getByDesktopId(string desktopId)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDesktopFileProvider

getByDesktopId
const(DesktopFile) getByDesktopId(string desktopId)

Retrieve DesktopFile by desktopId

update
void update()

Update internal information, e.g. re-read cached .desktop files if needed.

Meta