[libsocialweb] service: Add error for incomplete key file
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsocialweb] service: Add error for incomplete key file
- Date: Wed, 9 Nov 2011 18:41:09 +0000 (UTC)
commit 4ce0dec9cbdea0127a3c8b3dde3170ab0da0e438
Author: Rob Bradford <rob linux intel com>
Date: Wed Nov 9 15:18:24 2011 +0000
service: Add error for incomplete key file
libsocialweb/sw-service.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libsocialweb/sw-service.h b/libsocialweb/sw-service.h
index 60fd658..5ccaef1 100644
--- a/libsocialweb/sw-service.h
+++ b/libsocialweb/sw-service.h
@@ -34,7 +34,8 @@ typedef enum {
SW_SERVICE_ERROR_NO_KEYS, /*< nick=NoKeys >*/
SW_SERVICE_ERROR_INVALID_QUERY, /*< nick=InvalidQuery >*/
SW_SERVICE_ERROR_NOT_SUPPORTED, /*< nick=NotSupported >*/
- SW_SERVICE_ERROR_REMOTE_ERROR /*< nick=RemoteError >*/
+ SW_SERVICE_ERROR_REMOTE_ERROR, /*< nick=RemoteError >*/
+ SW_SERVICE_ERROR_INCOMPLETE_KEY_FILE /*< nick=IncompleteKeyFile >*/
} SwServiceError;
#define SW_SERVICE_ERROR sw_service_error_quark ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]