summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-11-24 22:07:36 -0500
committerRyan Lortie <desrt@desrt.ca>2013-11-25 12:23:14 -0500
commit2fbcd57784e845dfee4425a67ae22e02af264498 (patch)
treeea50b0e3275e322bd617c48be3430c64db253e1d /client
parentc504631da4a13e621222564f6481b290c505c14d (diff)
downloaddconf-2fbcd57784e845dfee4425a67ae22e02af264498.tar.gz
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. https://bugzilla.gnome.org/show_bug.cgi?id=704638
Diffstat (limited to 'client')
-rw-r--r--client/dconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dconf.h b/client/dconf.h
index d946bd3..02b8371 100644
--- a/client/dconf.h
+++ b/client/dconf.h
@@ -22,6 +22,7 @@
#ifndef __dconf_h__
#define __dconf_h__
+#include <common/dconf-error.h>
#include <common/dconf-paths.h>
#include <common/dconf-changeset.h>
#include <client/dconf-client.h>