aboutsummaryrefslogtreecommitdiff
path: root/data/org.gnome.PrepaidManager.gschema.xml
blob: 75609a3355d00be02d39b2fd5bda2b33b35b2570 (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
43
<schemalist>
  <schema id="org.gnome.PrepaidManager" path="/apps/prepaid-manager/">
    <key name="accounts" type="as">
      <default>[]</default>
      <summary>Accounts</summary>
      <description>
	  List of configured accounts. The account at your GSM/UMTS provider is
	  identified by the imsi on your SIM card.
      </description>
    </key>
  </schema>

  <schema id="org.gnome.PrepaidManager.account">
    <key name="provider" type="s">
      <default>""</default>
      <summary>The providers name</summary>
      <description>
          The name of the mobile broadband provider.
      </description>
    </key>
    <key name="country" type="s">
      <default>""</default>
      <summary>The country the provider operates in</summary>
      <description>
          This is the country where you bought the SIM card.
      </description>
    </key>
    <key name="balance" type="s">
      <default>"The current balance is unknown."</default>
      <summary>Balance</summary>
      <description>
          The current balance of this account.
      </description>
    </key>
    <key name="timestamp" type="s">
      <default>""</default>
      <summary>Update timestamp</summary>
      <description>
          The last time the balance got updated.
      </description>
    </key>
  </schema>
</schemalist>