gschema: Add the 'icons-data' key

This is the key that will store the icons of the icon grid. It is a
sorted array of application ids, and the order of items saved in this
key corresponds to the icon order.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603
This commit is contained in:
Georges Basile Stavracas Neto 2019-07-02 13:36:30 -03:00
parent 2e4fb404a7
commit 37aa5d0faf
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385

View File

@ -109,6 +109,10 @@
the shell.
</description>
</key>
<key name="icons-data" type="a{sv}">
<default>[]</default>
<summary>Data about the icons in the icon grid</summary>
</key>
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
</schema>