]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Add missing XML files to hello-c-gnome3 example
authorDaiki Ueno <ueno@gnu.org>
Thu, 17 Apr 2014 02:24:04 +0000 (11:24 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 17 Apr 2014 02:32:29 +0000 (11:32 +0900)
gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml [new file with mode: 0644]

diff --git a/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml b/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml
new file mode 100644 (file)
index 0000000..4d2c278
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+  <gresource prefix="/org/gnu/gettext/examples/hello">
+    <file preprocess="xml-stripblanks">hello.ui</file>
+  </gresource>
+</gresources>
diff --git a/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml b/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml
new file mode 100644 (file)
index 0000000..40d2a90
--- /dev/null
@@ -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>