/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to schema/org.gego.gpump.gschema.xml

  • Committer: Gustav Hatvigsson
  • Date: 2014-04-14 07:33:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140414073332-eagun3d8y56k3dtd
* Switched to GKeyFile instead of GSettings, for the time being.

** This is untested code **

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id="org.gego.gpump" path="/org/gego/gpump/"
 
3
    gettext-domain="gpump">
 
4
    <key name="hello" type="s">
 
5
      <default>"Nothing!"</default>
 
6
      <summary>
 
7
        something
 
8
      </summary>
 
9
      <description>
 
10
        something else...
 
11
      </description>
 
12
    </key>
 
13
    
 
14
  </schema>
 
15
  
 
16
  <schema id="org.gego.gpump.ui" path="/org/gego/gpump/ui/"
 
17
    gettext-domain="gpump_ui">
 
18
    <key name="window-x" type="i">
 
19
      <default>25</default>
 
20
    </key>
 
21
    
 
22
    <key name="window-y" type="i">
 
23
      <default>25</default>
 
24
    </key>
 
25
    
 
26
    <key name="window-h" type="i">
 
27
      <default>500</default>
 
28
    </key>
 
29
    
 
30
    <key name="window-w" type="i">
 
31
      <default>500</default>
 
32
    </key>
 
33
  </schema>
 
34
</schemalist>
 
35