/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 Hartvigsson
  • Date: 2014-02-08 17:53:39 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140208175339-yxn38uceduzzvswx
Initial code.

Non of the code is actualy functional.

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