diff options
Diffstat (limited to 'charpick/org.mate.panel.applet.charpick.gschema.xml.in.in')
-rw-r--r-- | charpick/org.mate.panel.applet.charpick.gschema.xml.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/charpick/org.mate.panel.applet.charpick.gschema.xml.in.in b/charpick/org.mate.panel.applet.charpick.gschema.xml.in.in new file mode 100644 index 00000000..555cc4b6 --- /dev/null +++ b/charpick/org.mate.panel.applet.charpick.gschema.xml.in.in @@ -0,0 +1,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> |