GNOME Bugzilla – Bug 704638
error domain can't be zero
Last modified: 2013-11-25 18:01:16 UTC
Trying e.g. $ dconf read without arguments I get (dconf:22417): GLib-WARNING **: (gerror.c:390):g_error_new_valist: runtime check failed: (domain != 0)
Created attachment 249746 [details] [review] Fix a warning about error domain != 0 Using the same quark string from engine/dconf-engine.h
Created attachment 261383 [details] [review] Add DCONF_ERROR error domain Add a DCONF_ERROR error domain with associated DConfError enum type. Use this instead of the adhoc approach that we've been taking up to this point.
Attachment 261383 [details] pushed as 2fbcd57 - Add DCONF_ERROR error domain