~gdesklets-desklet-team/gdesklets/develbook

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
<chapter id="prefs"  xmlns:xi="http://www.w3.org/2001/XInclude">
  <title id="prefs-title">Preferences</title>

  <para>The preferences system allows to save user preferences across sessions.
    This chapter describes how to setup preferences.</para>

  <xi:include href="prefs-system.xml"/>
  <xi:include href="prefs-tag-prefs.xml"/>
  <xi:include href="prefs-tag-page.xml"/>
  <xi:include href="prefs-tag-title.xml"/>
  <xi:include href="prefs-tag-boolean.xml"/>
  <xi:include href="prefs-tag-color.xml"/>
  <xi:include href="prefs-tag-date.xml"/>
  <xi:include href="prefs-tag-enum.xml"/>
  <xi:include href="prefs-tag-float.xml"/>
  <xi:include href="prefs-tag-font.xml"/>
  <xi:include href="prefs-tag-info.xml"/>
  <xi:include href="prefs-tag-integer.xml"/>
  <xi:include href="prefs-tag-item.xml"/>
  <xi:include href="prefs-tag-radio.xml"/>
  <xi:include href="prefs-tag-string.xml"/>
  <xi:include href="prefs-tag-unit.xml"/>
  <xi:include href="prefs-tag-uri.xml"/>

</chapter>