Expand description
Parser for the xsettings data format.
Some of this code is referenced from here.
Structsยง
Enumsยง
- Endianness ๐
- Endianness of the incoming data.
- Parser
Error - Parser errors.
- Setting
Data ๐ - The data contained in a setting.
- Setting
Type
Constantsยง
- BIG_
ENDIAN ๐ - DPI_
MULTIPLIER ๐ - DPI_
NAME ๐ - LITTLE_
ENDIAN ๐
Functionsยง
- read_
settings ๐ - Read over the settings in the block of data.
Type Aliasesยง
- Result ๐