net.bloerg.Iridium.gschema.xml 613 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="iridium">
  3. <schema id="net.bloerg.Iridium" path="/net/bloerg/Iridium/">
  4. <key name="server" type="s">
  5. <default>""</default>
  6. <summary>Standard File server URL</summary>
  7. <description>
  8. URL of the Standard File server to be used.
  9. </description>
  10. </key>
  11. <key name="email" type="s">
  12. <default>""</default>
  13. <summary>Email address of the Standard File account</summary>
  14. <description>
  15. Email address of the Standard File account.
  16. </description>
  17. </key>
  18. </schema>
  19. </schemalist>