freedesktop_entry_parser 2.0.1

A library for parsing FreeDesktop entry files and Systemd unit files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Section A]
KeyOne = value 1
KeyTwo= value 2

# a comment

[Section B]
Setting ="something" "some thing" "…"
KeyTwo=value 2\
       value 2 continued

[Section C]
KeyThree=value 3\
# this line is ignored
; this line is ignored too
       value 3 continued