glib-compile-schemas: warn about bad dconf paths
authorRyan Lortie <desrt@desrt.ca>
Thu, 12 Apr 2012 23:55:34 +0000 (19:55 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 12 Apr 2012 23:55:34 +0000 (19:55 -0400)
commit6560b37450cd19c4a7c7b690e279fe97b7bfdcaa
tree6fd48c0d67b151d941b8a5b425c8ccbcb9e78b23
parent386f0f29fd3dc8e39f49b50ae496c6b1feb3b0a1
glib-compile-schemas: warn about bad dconf paths

For quite some time the recommended usage of GSettings and dconf has
been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
over from GConf and is continuing to make its way into a number of
applications as they port.

glib-compile-schemas will now warn about these types of paths being
used.  This generates a lot of noise, but hopefully it will reduce the
number of ported applications making this mistake.
gio/glib-compile-schemas.c