summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-04-26 20:59:54 +0000
committerBrian Tarricone <brian@tarricone.org>2008-04-26 20:59:54 +0000
commit2a90f120d42232712efbd8bc73ce1d9f98ea3d0f (patch)
tree874e65a3285ba6559c94cf8a397c0cdef25da7f2 /xfconf
parent611dfede8dd73e5e277b233d05c69cb7bddab154 (diff)
downloadxfconf-2a90f120d42232712efbd8bc73ce1d9f98ea3d0f.tar.gz
validate property names and throw an error if they're bad
(Old svn revision: 26891)
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/xfconf-errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconf/xfconf-errors.h b/xfconf/xfconf-errors.h
index 54d9f55..ac1d2cb 100644
--- a/xfconf/xfconf-errors.h
+++ b/xfconf/xfconf-errors.h
@@ -41,6 +41,7 @@ typedef enum
XFCONF_ERROR_PERMISSION_DENIED,
XFCONF_ERROR_INTERNAL_ERROR,
XFCONF_ERROR_NO_BACKEND,
+ XFCONF_ERROR_INVALID_PROPERTY,
} XfconfError;
GType xfconf_error_get_type() G_GNUC_CONST;