GVariant: Add g_variant_parse_error_quark()
authorMurray Cumming <murrayc@murrayc.com>
Tue, 17 Sep 2013 09:10:28 +0000 (11:10 +0200)
committerRyan Lortie <desrt@desrt.ca>
Sun, 22 Dec 2013 16:27:16 +0000 (11:27 -0500)
commiteeac91f866939fd033303f34c7eb9d2b57c769fb
treee4821895c24f5cb317246ca7a6ba4b14335a3040
parent864d960d756e3be0a857875337b7e6b520298b78
GVariant: Add g_variant_parse_error_quark()

Most GErrors, such as GSomethingError, have a function to get
their quark that looks like g_something_error_quark(),
so bindings (such as gtkmm) would expect GVariantParseError
to have g_variant_parse_error_quark(). Instead this had
g_variant_parser_get_error_quark().
This deprecates the old function and adds the correct one,
making life easier for gtkmm (and maybe others).

https://bugzilla.gnome.org/show_bug.cgi?id=708212
docs/reference/glib/glib-sections.txt
glib/gvariant-parser.c
glib/gvariant.h