Blob Blame History Raw
<schemalist gettext-domain="devhelp">
  <schema id="org.gnome.devhelp" path="/org/gnome/devhelp/">
    <child name="state" schema="org.gnome.devhelp.state"/>
    <child name="fonts" schema="org.gnome.devhelp.fonts"/>
  </schema>
  <schema id="org.gnome.devhelp.state" path="/org/gnome/devhelp/state/">
    <child name="main" schema="org.gnome.devhelp.state.main"/>
    <child name="assistant" schema="org.gnome.devhelp.state.assistant"/>
  </schema>
  <schema id="org.gnome.devhelp.state.main" path="/org/gnome/devhelp/state/main/">
    <child name="window" schema="org.gnome.devhelp.state.main.window"/>
    <child name="paned" schema="org.gnome.devhelp.state.main.paned"/>
    <child name="contents" schema="org.gnome.devhelp.state.main.contents"/>
  </schema>
  <schema id="org.gnome.devhelp.state.main.window" path="/org/gnome/devhelp/state/main/window/">
    <key name="maximized" type="b">
      <default>false</default>
      <summary>Main window maximized state</summary>
      <description>Whether the main window should start maximized.</description>
    </key>
    <key name="width" type="i">
      <default>1000</default>
      <summary>Width of the main window</summary>
      <description>The width of the main window.</description>
    </key>
    <key name="height" type="i">
      <default>500</default>
      <summary>Height of main window</summary>
      <description>The height of the main window.</description>
    </key>
  </schema>
  <schema id="org.gnome.devhelp.state.main.paned" path="/org/gnome/devhelp/state/main/paned/">
    <key name="position" type="i">
      <default>300</default>
      <summary>Width of the index and search pane</summary>
      <description>The width of the index and search pane.</description>
    </key>
  </schema>
  <schema id="org.gnome.devhelp.state.main.contents" path="/org/gnome/devhelp/state/main/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 by language</summary>
      <description>Whether books should be grouped by language in the UI</description>
    </key>
  </schema>
  <schema id="org.gnome.devhelp.state.assistant" path="/org/gnome/devhelp/state/assistant/">
    <child name="window" schema="org.gnome.devhelp.state.assistant.window"/>
  </schema>
  <schema id="org.gnome.devhelp.state.assistant.window" path="/org/gnome/devhelp/state/assistant/window/">
    <key name="width" type="i">
      <default>350</default>
      <summary>Width of the assistant window</summary>
      <description>The width of the assistant window.</description>
    </key>
    <key name="height" type="i">
      <default>400</default>
      <summary>Height of assistant window</summary>
      <description>The height of the assistant window.</description>
    </key>
  </schema>
  <schema id="org.gnome.devhelp.fonts" path="/org/gnome/devhelp/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>