summaryrefslogtreecommitdiff
path: root/tests/org.gnome.test.gschema.xml
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-01-29 12:20:50 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-02-08 15:29:07 +0100
commitb7f32e4cca0cef201489b55653f96ac64a8f9ab9 (patch)
treede5b2f0c3f3e2e3050657111106daf45c4f6bccc /tests/org.gnome.test.gschema.xml
parent8dad0eaed60a9de26e9a729a48a1f6bc74be486e (diff)
downloadpygobject-b7f32e4cca0cef201489b55653f96ac64a8f9ab9.tar.gz
[gi] Provide comfortable GSettings API
Make Gio.Settings behave like a dictionary, with transparent conversion from/to GVariants. Also provide a more comfortable constructor. https://bugzilla.gnome.org/show_bug.cgi?id=640838
Diffstat (limited to 'tests/org.gnome.test.gschema.xml')
-rw-r--r--tests/org.gnome.test.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/org.gnome.test.gschema.xml b/tests/org.gnome.test.gschema.xml
index 0002e852..221b87a5 100644
--- a/tests/org.gnome.test.gschema.xml
+++ b/tests/org.gnome.test.gschema.xml
@@ -13,4 +13,13 @@
<default>[1,2]</default>
</key>
</schema>
+
+ <schema id="org.gnome.nopathtest">
+ <key name="np-int" type="i">
+ <default>42</default>
+ </key>
+ </schema>
+
+ <schema id="org.gnome.empty" path="/tests/">
+ </schema>
</schemalist>