[gnome-software/wip/folders: 1/10] Add a provisional schema for app folders



commit 346be1ed9716c36d89a24bce1d7e309b1cf34516
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 12 22:05:21 2013 -0500

    Add a provisional schema for app folders
    
    This will eventually be defined in a gnome-shell
    schema. For now, we just use a key in our own schema.
    
    The type is a dictionary that maps folder ids to lists
    of app ids.

 data/org.gnome.software.gschema.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.software.gschema.xml b/data/org.gnome.software.gschema.xml
index e182d99..5f74e0a 100644
--- a/data/org.gnome.software.gschema.xml
+++ b/data/org.gnome.software.gschema.xml
@@ -18,5 +18,9 @@
       <default>0</default>
       <summary>The last update timestamp</summary>
     </key>
+    <key name="app-folders" type="a{sas}">
+      <default>{}</default>
+      <summary>Application folders</summary>
+    </key>
   </schema>
 </schemalist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]