summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-04-28 01:29:44 +0000
committerBrian Tarricone <brian@tarricone.org>2008-04-28 01:29:44 +0000
commit2e85e929ee61ac4f73a1a89707fd4ad497a0c671 (patch)
treee4c703eada17b6eca21277a51d3b86c591b95902 /xfconf
parent5320bbad4419553bcf555018c8d50d8c7b95bb97 (diff)
downloadxfconf-2e85e929ee61ac4f73a1a89707fd4ad497a0c671.tar.gz
validate channel names
(Old svn revision: 26898)
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 ac1d2cb..b4f55a9 100644
--- a/xfconf/xfconf-errors.h
+++ b/xfconf/xfconf-errors.h
@@ -42,6 +42,7 @@ typedef enum
XFCONF_ERROR_INTERNAL_ERROR,
XFCONF_ERROR_NO_BACKEND,
XFCONF_ERROR_INVALID_PROPERTY,
+ XFCONF_ERROR_INVALID_CHANNEL,
} XfconfError;
GType xfconf_error_get_type() G_GNUC_CONST;