From cf7d885d901b0abdccaad5cc3305a080744eaf5b Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Fri, 9 Apr 2010 13:10:42 +0200 Subject: Imported Upstream version 0.9.10 --- data/simple-scan.schemas.in | 199 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 data/simple-scan.schemas.in (limited to 'data/simple-scan.schemas.in') diff --git a/data/simple-scan.schemas.in b/data/simple-scan.schemas.in new file mode 100644 index 0000000..1a5a90d --- /dev/null +++ b/data/simple-scan.schemas.in @@ -0,0 +1,199 @@ + + + + /apps/simple-scan/window_width + /schemas/apps/simple-scan/window_width + simple-scan + int + 600 + + Window width in pixels + + + + /apps/simple-scan/window_height + /schemas/apps/simple-scan/window_height + simple-scan + int + 400 + + Window height in pixels + + + + /apps/simple-scan/window_is_maximized + /schemas/apps/simple-scan/window_is_maximized + simple-scan + bool + FALSE + + TRUE if the application window is maximized + + + + /apps/simple-scan/selected_device + /schemas/apps/simple-scan/selected_device + simple-scan + string + + + Device to scan from + + SANE device to acquire images from. + + + + + /apps/simple-scan/document_type + /schemas/apps/simple-scan/document_type + simple-scan + string + photo + + Type of document being scanned + + Type of document being scanned. + 'text' for text documents, 'photo' for photos. + This setting decides on the scan resolution, colors and post-processing. + + + + + /apps/simple-scan/scan_direction + /schemas/apps/simple-scan/scan_direction + simple-scan + string + top-to-bottom + + Direction of scan + + 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' + + + + + /apps/simple-scan/page_width + /schemas/apps/simple-scan/page_width + simple-scan + int + 595 + + Width of scanned image in pixels + + The width of scanned image in pixels. This value is updated to what the last scanned page was. + + + + + /apps/simple-scan/page_height + /schemas/apps/simple-scan/page_height + simple-scan + int + 842 + + Height of scanned image in pixels + + The height of scanned image in pixels. This value is updated to what the last scanned page was. + + + + + /apps/simple-scan/paper_width + /schemas/apps/simple-scan/paper_width + simple-scan + int + 0 + + Width of paper in tenths of a mm + + The width of the paper in tenths of a mm (or 0 for automatic paper detection). + + + + + /apps/simple-scan/paper_height + /schemas/apps/simple-scan/paper_height + simple-scan + int + 0 + + Height of paper in tenths of a mm + + The height of the paper in tenths of a mm (or 0 for automatic paper detection). + + + + + /apps/simple-scan/page_dpi + /schemas/apps/simple-scan/page_dpi + simple-scan + int + 72 + + Resolution of last scanned image + + The resolution in dots-per-inch of the previously scanned image. + + + + + /apps/simple-scan/text_dpi + /schemas/apps/simple-scan/text_dpi + simple-scan + int + 150 + + Resolution for text scans + + The resolution in dots-per-inch to use when scanning text. + + + + + /apps/simple-scan/photo_dpi + /schemas/apps/simple-scan/photo_dpi + simple-scan + int + 300 + + Resolution for photo scans + + The resolution in dots-per-inch to use when scanning photos. + + + + + /apps/simple-scan/page_side + /schemas/apps/simple-scan/page_side + simple-scan + string + both + + Page side to scan + + The page side to scan. It can be one of the following: + 'both' + 'front' + 'back' + + + + + /apps/simple-scan/save_directory + /schemas/apps/simple-scan/save_directory + simple-scan + string + + + Directory to save files to + + The directory to save files to. Defaults to the documents directory if unset. + + + + + -- cgit v1.2.3