GNOME Bugzilla – Bug 708206
GtkBuilder throws GVariantParse errors instead of the GtkBuilder errors.
Last modified: 2014-09-27 02:38:00 UTC
I've noticed that gtk_builder_add_from_string can set a GError of type GVariantParseError, by just passing the GError from g_variant_parse() up to the caller. I believe it should be interpreted and reset/rethrown to a GtkBuilderError. Otherwise, the extra possible error type should be mentioned in the documentation so that application code knows what to expect.