Introduce preferences file
[projects/chimara/chimara.git] / player / org.chimara-if.gschema.xml
diff --git a/player/org.chimara-if.gschema.xml b/player/org.chimara-if.gschema.xml
new file mode 100644 (file)
index 0000000..be81e95
--- /dev/null
@@ -0,0 +1,17 @@
+<schemalist>
+  <schema id="org.chimara-if.chimara-player" path="/">
+    
+    <!-- Keys and key names are subject to change without notice, until we have
+     a spec-->
+    <!-- "b" = boolean; see documentation of GVariantType -->
+    
+    <key name="flep" type="b"> 
+      <default>false</default>
+      <summary>Flepping</summary>
+      <description>
+        Whether to flep or not while gronking a bloop.
+      </description>
+    </key>
+  
+  </schema>
+</schemalist>
\ No newline at end of file