summaryrefslogtreecommitdiff
path: root/data/simple-scan.schemas.in
blob: 1a5a90dea6c1870db625dc04aae9ea223ae4ba7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<gconfschemafile>
  <schemalist>
    <schema>
      <applyto>/apps/simple-scan/window_width</applyto>
      <key>/schemas/apps/simple-scan/window_width</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>600</default>
      <locale name="C">
        <short>Window width in pixels</short>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/window_height</applyto>
      <key>/schemas/apps/simple-scan/window_height</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>400</default>
      <locale name="C">
        <short>Window height in pixels</short>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/window_is_maximized</applyto>
      <key>/schemas/apps/simple-scan/window_is_maximized</key>
      <owner>simple-scan</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>TRUE if the application window is maximized</short>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/selected_device</applyto>
      <key>/schemas/apps/simple-scan/selected_device</key>
      <owner>simple-scan</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Device to scan from</short>
        <long>
          SANE device to acquire images from.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/document_type</applyto>
      <key>/schemas/apps/simple-scan/document_type</key>
      <owner>simple-scan</owner>
      <type>string</type>
      <default>photo</default>
      <locale name="C">
        <short>Type of document being scanned</short>
        <long>
          Type of document being scanned.
	  'text' for text documents, 'photo' for photos.
	  This setting decides on the scan resolution, colors and post-processing.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/scan_direction</applyto>
      <key>/schemas/apps/simple-scan/scan_direction</key>
      <owner>simple-scan</owner>
      <type>string</type>
      <default>top-to-bottom</default>
      <locale name="C">
        <short>Direction of scan</short>
        <long>
	  The direction of the scanner across the scanned page. It can be one of the following:
          'top-to-bottom'
          'bottom-to-top'
          'left-to-right'
          'right-to-left'
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/page_width</applyto>
      <key>/schemas/apps/simple-scan/page_width</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>595</default>
      <locale name="C">
        <short>Width of scanned image in pixels</short>
        <long>
      The width of scanned image in pixels.  This value is updated to what the last scanned page was.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/page_height</applyto>
      <key>/schemas/apps/simple-scan/page_height</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>842</default>
      <locale name="C">
        <short>Height of scanned image in pixels</short>
        <long>
      The height of scanned image in pixels.  This value is updated to what the last scanned page was.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/paper_width</applyto>
      <key>/schemas/apps/simple-scan/paper_width</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Width of paper in tenths of a mm</short>
        <long>
      The width of the paper in tenths of a mm (or 0 for automatic paper detection).
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/paper_height</applyto>
      <key>/schemas/apps/simple-scan/paper_height</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Height of paper in tenths of a mm</short>
        <long>
      The height of the paper in tenths of a mm (or 0 for automatic paper detection).
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/page_dpi</applyto>
      <key>/schemas/apps/simple-scan/page_dpi</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>72</default>
      <locale name="C">
        <short>Resolution of last scanned image</short>
        <long>
      The resolution in dots-per-inch of the previously scanned image.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/text_dpi</applyto>
      <key>/schemas/apps/simple-scan/text_dpi</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>150</default>
      <locale name="C">
        <short>Resolution for text scans</short>
        <long>
        The resolution in dots-per-inch to use when scanning text.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/photo_dpi</applyto>
      <key>/schemas/apps/simple-scan/photo_dpi</key>
      <owner>simple-scan</owner>
      <type>int</type>
      <default>300</default>
      <locale name="C">
        <short>Resolution for photo scans</short>
        <long>
        The resolution in dots-per-inch to use when scanning photos.
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/page_side</applyto>
      <key>/schemas/apps/simple-scan/page_side</key>
      <owner>simple-scan</owner>
      <type>string</type>
      <default>both</default>
      <locale name="C">
        <short>Page side to scan</short>
        <long>
        The page side to scan. It can be one of the following:
          'both'
          'front'
          'back'
        </long>
      </locale>
    </schema>
    <schema>
      <applyto>/apps/simple-scan/save_directory</applyto>
      <key>/schemas/apps/simple-scan/save_directory</key>
      <owner>simple-scan</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Directory to save files to</short>
        <long>
        The directory to save files to.  Defaults to the documents directory if unset.
        </long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>