summaryrefslogtreecommitdiff
path: root/charpick/charpick.schemas.in
blob: bb3c9d7c5af89e6112df2eba82b790731b09260f (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
<mateconfschemafile>
    <schemalist>
                
      <schema>
        <key>/schemas/apps/charpick/prefs/default_list</key>
        <owner>charpick_applet2</owner>
        <type>string</type>
        <locale name="C">
          <short>DEPRECATED - Characters shown on applet startup</short>
          <long></long>
        </locale>
      </schema>
      
      <schema>
        <key>/schemas/apps/charpick/prefs/current_list</key>
        <owner>charpick_applet2</owner>
        <type>string</type>
        <locale name="C">
          <short>Characters shown on applet startup</short>
          <long>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</long>
        </locale>
      </schema>
      
      <schema>
        <key>/schemas/apps/charpick/prefs/chartable</key>
        <owner>charpick_applet2</owner>
        <type>list</type>
        <list_type>string</list_type>
        <locale name="C">
          <short>List of available palettes</short>
          <long>List of strings containing the available palettes.</long>
        </locale>        
      </schema>
      
    </schemalist>
</mateconfschemafile>