Skip to content
Commit 2ab1b3f0 authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

Introduce special marshalling for GErrors

Previously GErrors were transformed into plain Error with a custom
message, which removed the code and domain metadata. This commit
introduces a new class hierarchy (derived from GLib.Error) for each
enumeration representing an error domain, and modifies existing
code to throw instances of that when a function fails.

https://bugzilla.gnome.org/show_bug.cgi?id=591480
parent 9ae8271a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment