This continues turning "example" in a real gnome-shell extension tutorial, showing how to create GSettings using Convenience and how to build a simple preference dialog by subclassing GtkGrid and binding GObject properties to GSettings.
10 lines
421 B
XML
10 lines
421 B
XML
<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>
|