File: org.gnome.libdevhelp.gschema.xml.in

package info (click to toggle)
devhelp 43.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (35 lines) | stat: -rw-r--r-- 1,521 bytes parent folder | download | duplicates (5)
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
<schemalist gettext-domain="devhelp">
  <schema id="org.gnome.libdevhelp-@LIBDEVHELP_API_VERSION@">
    <child name="contents" schema="org.gnome.libdevhelp-@LIBDEVHELP_API_VERSION@.contents"/>
    <child name="fonts" schema="org.gnome.libdevhelp-@LIBDEVHELP_API_VERSION@.fonts"/>
  </schema>
  <schema id="org.gnome.libdevhelp-@LIBDEVHELP_API_VERSION@.contents">
    <key name="books-disabled" type="as">
      <default>[]</default>
      <summary>Books disabled</summary>
      <description>List of books disabled by the user.</description>
    </key>
    <key name="group-books-by-language" type="b">
      <default>false</default>
      <summary>Group books by language</summary>
      <description>Whether books should be grouped by programming language in the user interface.</description>
    </key>
  </schema>
  <schema id="org.gnome.libdevhelp-@LIBDEVHELP_API_VERSION@.fonts">
    <key name="use-system-fonts" type="b">
      <default>true</default>
      <summary>Use system fonts</summary>
      <description>Use the system default fonts.</description>
    </key>
    <key name="variable-font" type="s">
      <default>'Sans 12'</default>
      <summary>Font for text</summary>
      <description>Font for text with variable width.</description>
    </key>
    <key name="fixed-font" type="s">
      <default>'Monospace 12'</default>
      <summary>Font for fixed width text</summary>
      <description>Font for text with fixed width, such as code examples.</description>
    </key>
  </schema>
</schemalist>