g_parse_debug_string: invert flags given besides "all"
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 20 Oct 2011 15:07:03 +0000 (16:07 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 25 Oct 2011 00:35:30 +0000 (20:35 -0400)
commit5e2a2ef288abafa34213982365bf2019e882864e
tree55d7321d0114a163d6cb2ddce5bdba75da123036
parent73ffa9034f80ff08c30ff519984b5d00894c63c6
g_parse_debug_string: invert flags given besides "all"

Any flags specified as well as "all" are subtracted from the result,
allowing the user to specify FOO_DEBUG="all,bar,baz" to mean "give me
debugging information for everything except bar and baz".

https://bugzilla.gnome.org/show_bug.cgi?id=642452
glib/glib-init.c
tests/testglib.c