gsettings: Add an example of a <default> with an empty string

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://gitlab.gnome.org/GNOME/glib/issues/1261
This commit is contained in:
Philip Withnall 2018-11-13 00:30:17 +00:00
parent f81a2b3de2
commit bc320d9fca

View File

@ -159,6 +159,11 @@
* <default>(20,30)</default>
* </key>
*
* <key name="empty-string" type="s">
* <default>""</default>
* <summary>Empty strings have to be provided in GVariant form</summary>
* </key>
*
* </schema>
* </schemalist>
* ]|