DesktopFile.this

Reads desktop file from IniLikeReader, e.g. acquired from iniLikeFileReader or iniLikeStringReader.

  1. this(string fileName, DesktopReadOptions options)
  2. this(IniLikeReader reader, DesktopReadOptions options, string fileName)
  3. this(IniLikeReader reader, string fileName, DesktopReadOptions options)
    class DesktopFile
    this
    (
    IniLikeReader
    )
  4. this()

Throws

inilike.file.IniLikeReadException if error occured while parsing or "Desktop Entry" group is missing.

Meta