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

Tree @3d5d0c1 (Download .tar.gz)

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

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <schema path="/org/gnome/shell/extensions/example/" id="org.gnome.shell.extensions.example">
    <key type="s" name="hello-text">
      <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>