blob: 4fb01da0d02b00da396e50fb3ebc8b4b64c94488 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
group "Config" struct {
value "version" int: 65679;
value "fm" string: "";
value "auto_mount" uchar: 1;
value "auto_open" uchar: 1;
group "conf_items" list {
group "Config_Item" struct {
value "id" string: "Places.1";
value "switch2" int: 0;
}
}
group "conf_items" list {
group "Config_Item" struct {
value "id" string: "Places.2";
value "switch2" int: 0;
}
}
}
|