summaryrefslogtreecommitdiff
path: root/examples/basic-gconf-app.schemas
blob: 78e64169b1e1ee914636a2e60df1a6a59204efb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<gconfschemafile>

<!-- 
Note: all double hyphens in this comment have a space in the middle
because double hyphen isn't allowed in comments. So, remove the space
before use.

To install this file type: 
      gconftool - -install-schema-file basic-gconf-app.schemas 
You probably want your "make install" to do this for real applications.
Also, you probably want a configure option so people can retarget where the 
schema file gets installed. The option should be called - -gconf-config-source=blah
To change the gconftool target use the - -config-source=blah option to gconftool.
-->

    <schemalist>
      <schema>
      <key>/schemas/apps/basic-gconf-app/fooandbar</key>
      <applyto>/apps/basic-gconf-app/foo</applyto>
        <applyto>/apps/basic-gconf-app/bar</applyto>
      <owner>basic-gconf-app</owner>
      <type>string</type>
      <locale name="C">
        <default>Blah blah blurgh</default>
        <short>short description in C locale</short>
        <long>long description of foo and bar in C locale</long>
      </locale>
      <locale name="no">
        <default>some thing in norwegian</default>
        <short>short description in Norway</short>
        <long>Long description in Norway. long long long. this is a long sentence.</long>
      </locale>
    </schema>
      <schema>
      <key>/schemas/apps/basic-gconf-app/baz</key>
      <applyto>/apps/basic-gconf-app/baz</applyto>
      <owner>basic-gconf-app</owner>
      <type>string</type>
      <locale name="C">
        <default>Zzzzzzzzzz</default>
        <short>short description in C locale</short>
        <long>long description of baz in C locale</long>
      </locale>
      <locale name="no">
        <default>some thing in norwegian</default>
        <short>short description in Norway</short>
        <long>Long description in Norway. long long long. this is a long sentence.</long>
      </locale>
    </schema>
      <schema>
      <key>/schemas/apps/basic-gconf-app/blah</key>
      <applyto>/apps/basic-gconf-app/blah</applyto>
      <owner>basic-gconf-app</owner>
      <type>string</type>
      <locale name="C">
        <default>bllllllaaaaaaaaaaaaaaaaarrrrrrggggggghhhhh</default>
        <short>short description in C locale</short>
        <long>long description of blah in C locale</long>
      </locale>
      <locale name="no">
        <default>some thing in norwegian</default>
        <short>short description in Norway</short>
        <long>Long description in Norway. long long long. this is a long sentence.</long>
      </locale>
    </schema>
  </schemalist>
  
</gconfschemafile>