summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c-gnome3/hello.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c-gnome3/hello.gschema.xml')
-rw-r--r--gettext-tools/examples/hello-c-gnome3/hello.gschema.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c-gnome3/hello.gschema.xml b/gettext-tools/examples/hello-c-gnome3/hello.gschema.xml
new file mode 100644
index 0000000..40d2a90
--- /dev/null
+++ b/gettext-tools/examples/hello-c-gnome3/hello.gschema.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema path="/org/gnu/gettext/examples/hello/"
+ id="org.gnu.gettext.examples.hello">
+ <key name="label-sensitive" type="b">
+ <default>true</default>
+ <summary>Set label sensitive</summary>
+ <description>Whether to set the label sensitive.</description>
+ </key>
+ </schema>
+</schemalist>