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>
|