Codebase list gnome-shell-extensions / a206f96 extensions / example / org.gnome.shell.extensions.example.gschema.xml
a206f96

Tree @a206f96 (Download .tar.gz)

org.gnome.shell.extensions.example.gschema.xml @a206f96raw · history · blame

1
2
3
4
5
6
7
8
9
<schemalist gettext-domain="gnome-shell-extensions">
  <schema id="org.gnome.shell.extensions.example" path="/org/gnome/shell/extensions/example/">
    <key name="hello-text" type="s">
      <default>''</default>
      <summary>Alternative greeting text.</summary>
      <description>If not empty, it contains the text that will be shown when clicking on the panel.</description>
    </key>
  </schema>
</schemalist>