GMarkup: add G_MARKUP_IGNORE_QUALIFIED
authorRyan Lortie <desrt@desrt.ca>
Mon, 28 Oct 2013 21:05:51 +0000 (14:05 -0700)
committerRyan Lortie <desrt@desrt.ca>
Mon, 28 Oct 2013 22:24:58 +0000 (15:24 -0700)
commit474d91566a7db52ee1776933ea5c4b6276b1280a
tree71b3f6bcd4a4903a5edc92ea237c3ceeabdcce3b
parentcbccbaeacfbde66f4b611b37752b0d96e77ca91e
GMarkup: add G_MARKUP_IGNORE_QUALIFIED

Add a flag to GMarkupParserFlags to ignore qualified tags (along with
their contents) and attributes.

This will provide a nice way for some of our parsers (GDBus
introspection, GSettings schema, etc) to ignore additional tags that
users have added to their files, under a different namespace.

https://bugzilla.gnome.org/show_bug.cgi?id=665634
glib/gmarkup.c
glib/gmarkup.h