net.bloerg.Iridium.gschema.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="iridium">
  3. <schema id="net.bloerg.iridium.preferences" path="/net/bloerg/iridium/preferences/">
  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. <schema id="net.bloerg.iridium.window-state" path="/net/bloerg/iridium/window-state/">
  20. <key name="width" type="i">
  21. <default>890</default>
  22. <summary>Width of the window</summary>
  23. <description>
  24. The initial width of the application window.
  25. </description>
  26. </key>
  27. <key name="height" type="i">
  28. <default>550</default>
  29. <summary>Height of the window</summary>
  30. <description>
  31. The initial height of the application window.
  32. </description>
  33. </key>
  34. </schema>
  35. </schemalist>