mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
71c5e3f899
The GSettings schema compiler was accepting any string as a path. It is probably quite a common mistake to suspect that '/apps/foo' is a valid path name when this will cause all sorts of trouble later. Check for this case and report the error.
4 lines
75 B
XML
4 lines
75 B
XML
<schemalist>
|
|
<schema id='invalid-path' path='/app/myapp'/>
|
|
</schemalist>
|