aboutsummaryrefslogtreecommitdiff
path: root/data/org.gnome.PrepaidManager.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.PrepaidManager.gschema.xml')
-rw-r--r--data/org.gnome.PrepaidManager.gschema.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/data/org.gnome.PrepaidManager.gschema.xml b/data/org.gnome.PrepaidManager.gschema.xml
new file mode 100644
index 0000000..75609a3
--- /dev/null
+++ b/data/org.gnome.PrepaidManager.gschema.xml
@@ -0,0 +1,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>