File: devhelp.schemas

package info (click to toggle)
devhelp 0.3-10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,056 kB
  • ctags: 1,261
  • sloc: ansic: 10,528; sh: 6,686; makefile: 422; yacc: 318; python: 253; lisp: 6
file content (31 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/devhelp/sidebar_visible</key>
      <applyto>/apps/devhelp/sidebar_visible</applyto>
      <owner>devhelp</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Sidebar visible</short>
      </locale>
    </schema>

    <schema>
    <key>/schemas/apps/devhelp/zoom_level</key>
    <applyto>/apps/devhelp/zoom_level</applyto>
    <owner>devhelp</owner>    
    <type>int</type>
    <default>2</default>
    <locale name="C">
       <short>Zoom level</short>
     </locale>
   </schema>
     
  </schemalist>
  
</gconfschemafile>