hare-xdg/format/xdg/ini
2024-10-22 18:03:52 -04:00
..
test_data Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
error.ha Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
line.ha Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
README Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
scan_test.ha format::xdg::ini: Fix tests 2024-10-22 18:03:52 -04:00
scan.ha Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
value_test.ha Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00
value.ha Move format::desktop_entry to format::xdg::ini 2024-10-22 18:00:11 -04:00

The ini module implements the basic INI-like format used by the XDG Desktop
Entry Specification as described in
(https://specifications.freedesktop.org/desktop-entry-spec/latest). Since other
specifications make use of the basic desktop entry format (but with different
group names, entry requirements, etc.), this module only implements the
generalized format. This module will attempt to accept malformed files for the
purposes of retaining their underlying representation, and being able to
reproduce that representation when writing updated information to the files.