From 1fd565cba706d6a9e809d14f79ceb92633b62ead Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 28 Apr 2014 16:37:00 +0100 Subject: make GTK configuration handling conform to XDG specification. --- utils/errors.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/errors.h') diff --git a/utils/errors.h b/utils/errors.h index c38e4b9e2..4c02adb2d 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -37,6 +37,8 @@ typedef enum { NSERROR_NOT_FOUND, /**< Requested item not found */ + NSERROR_NOT_DIRECTORY, /**< Missing directory */ + NSERROR_SAVE_FAILED, /**< Failed to save data */ NSERROR_CLONE_FAILED, /**< Failed to clone handle */ @@ -69,7 +71,9 @@ typedef enum { NSERROR_BAD_CONTENT, /**< Bad Content */ - NSERROR_FRAME_DEPTH /**< Exceeded frame depth */ + NSERROR_FRAME_DEPTH, /**< Exceeded frame depth */ + + NSERROR_PERMISSION /**< Permission error */ } nserror; #endif -- cgit v1.2.3