Merge branch '1261-settings-documentation' into 'master'

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

Closes #1261

See merge request GNOME/glib!468
This commit is contained in:
Philip Withnall 2018-11-13 10:10:32 +00:00
commit e8359619d1

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>
* ]|