[libsocialweb] service: Add error for incomplete key file



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]