glib-compile-schemas: ignore qualified tags/attrs
authorRyan Lortie <desrt@desrt.ca>
Mon, 28 Oct 2013 22:30:25 +0000 (15:30 -0700)
committerRyan Lortie <desrt@desrt.ca>
Mon, 28 Oct 2013 22:30:25 +0000 (15:30 -0700)
commit908d7d6d6abb53a00e20bab70df7099ecd66890b
tree42983204114d12c31adba61b0f7e1e6dcbe79260
parent9933a9f90477bf960f7f9c357253d1e4c78e5db5
glib-compile-schemas: ignore qualified tags/attrs

Ignore qualified (in the XML namespace sense) tags and attributes when
compiling GSettings schemas.

This will allow people to add custom tags and attributes to their schemas
without tripping up the compiler.

https://bugzilla.gnome.org/show_bug.cgi?id=635641
gio/glib-compile-schemas.c