summaryrefslogtreecommitdiff
path: root/src/org.gnome.Contacts.gschema.xml
blob: 342a72f6c4d28b230a8162d12ed71b1e04ff1f4f (plain)
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
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.gnome.Contacts" path="/org/gnome/Contacts/" gettext-domain="gnome-contacts">
    <key name="did-initial-setup" type="b">
      <default>false</default>
      <summary>First-time setup done.</summary>
      <description>Set to true after the user has run the first-time setup wizard.</description>
    </key>
    <key name="sort-on-surname" type="b">
      <default>false</default>
      <summary>Sort contacts on surname.</summary>
      <description>
        If this is set to true, the list of contacts will be sorted on their surnames.
        Otherwise, it will be sorted on the first names of the contacts.
      </description>
    </key>
    <key name="window-height" type="i">
      <default>600</default>
      <summary>The default height of the contacts window.</summary>
      <description>
        If the window size has not been changed by the user yet this will be used as the initial value for the height of the window.
      </description>
    </key>
    <key name="window-width" type="i">
      <default>800</default>
      <summary>The default width of the contacts window.</summary>
      <description>
        If the window size has not been changed by the user yet this will be used as the initial value for the width of the window.
      </description>
    </key>
    <key name="window-maximized" type="b">
      <summary>Is the window maximized?</summary>
      <description>Stores if the window is currently maximized.</description>
      <default>false</default>
    </key>
    <key name="window-fullscreen" type="b">
      <summary>Is the window fullscreen</summary>
      <description>Stores if the window is currently maximized.</description>
      <default>false</default>
    </key>
  </schema>
</schemalist>