summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-09-17 11:10:28 +0200
committerRyan Lortie <desrt@desrt.ca>2013-12-22 11:27:16 -0500
commiteeac91f866939fd033303f34c7eb9d2b57c769fb (patch)
treee4821895c24f5cb317246ca7a6ba4b14335a3040 /docs
parent864d960d756e3be0a857875337b7e6b520298b78 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/glib-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index cf67661e0..e8b6bfeb2 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -3232,6 +3232,7 @@ g_variant_new_parsed_va
g_variant_new_parsed
<SUBSECTION Private>
+g_variant_parse_error_quark
g_variant_parser_get_error_quark
g_variant_type_checked_
</SECTION>