1<?xml version="1.0" encoding="utf-8"?>
2<schemalist>
3
4   <schema path="/com/geda/gtkwave/" id="com.geda.gtkwave">
5
6     <key name='open' type='s'>
7       <default>""</default>
8       <summary>Open File</summary>
9       <description>
10	Opens file for a given RPC ID.  Example: gsettings set com.geda.gtkwave open 0,/pub/systema_packed.fst
11       </description>
12     </key>
13
14     <key name='quit' type='s'>
15       <default>""</default>
16       <summary>Quit</summary>
17       <description>
18	Quits viewer for a given RPC ID and return code.  Example: gsettings set com.geda.gtkwave quit 0,255
19       </description>
20     </key>
21
22     <key name='writesave' type='s'>
23       <default>""</default>
24       <summary>Write Save File</summary>
25       <description>
26	Writes save file.  Example: gsettings set com.geda.gtkwave writesave 0,/tmp/this.gtkw
27	gsettings set com.geda.gtkwave writesave 0,+
28       </description>
29     </key>
30
31     <key name='reload' type='s'>
32       <default>""</default>
33       <summary>Reloads</summary>
34       <description>
35	Reloads file for a given RPC ID.  Example: gsettings set com.geda.gtkwave reload 0
36       </description>
37     </key>
38
39     <key name='zoom-full' type='s'>
40       <default>""</default>
41       <summary>Zoom Full</summary>
42       <description>
43	Zoom Full for a given RPC ID.  Example: gsettings set com.geda.gtkwave zoom-full 0
44       </description>
45     </key>
46
47     <key name='move-to-time' type='s'>
48       <default>""</default>
49       <summary>Move To Time</summary>
50       <description>
51	Moves to a given time for a given RPC ID.  Example: gsettings set com.geda.gtkwave move-to-time 0,123ns
52	gsettings set com.geda.gtkwave move-to-time 0,A
53       </description>
54     </key>
55
56     <key name='zoom-size' type='s'>
57       <default>""</default>
58       <summary>Zoom Size</summary>
59       <description>
60	Sets zoom size for a given RPC ID.  Example: gsettings set com.geda.gtkwave zoom-size 0,-4.6
61       </description>
62     </key>
63
64     <key name='dumpfile' type='s'>
65       <default>""</default>
66       <summary>Dumpfile name</summary>
67       <description>
68	Indicates current dumpfile name.
69       </description>
70     </key>
71
72     <key name='savefile' type='s'>
73       <default>""</default>
74       <summary>Savefile name</summary>
75       <description>
76	Indicates current savefile name.
77       </description>
78     </key>
79
80     <key name='rcfile' type='s'>
81       <default>""</default>
82       <summary>rcfile name</summary>
83       <description>
84	Indicates current rcfile name.
85       </description>
86     </key>
87
88     <key name='pwd' type='s'>
89       <default>""</default>
90       <summary>pwd</summary>
91       <description>
92	Indicates pwd.
93       </description>
94     </key>
95
96     <key name='optimized-vcd' type='s'>
97       <default>"0"</default>
98       <summary>Optimized VCD usage.</summary>
99       <description>
100	Value indicates VCD file is optimized.
101       </description>
102     </key>
103
104     <key name='imagegrab' type='s'>
105       <default>""</default>
106       <summary>Image grab</summary>
107       <description>
108	Indicates image grab filename.
109       </description>
110     </key>
111
112   </schema>
113
114</schemalist>
115