blob: 9e4971c7e2ab0591b16140e4aad962df9a5d00e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.panel.applet.charpick">
<key name="current-list" type="s">
<default>''</default>
<summary>Characters shown on applet startup</summary>
<description>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</description>
</key>
<key name="chartable" type="as">
<default>[]</default>
<summary>List of available palettes</summary>
<description>List of strings containing the available palettes.</description>
</key>
</schema>
</schemalist>
|