[libsocialweb] Added RemoteError so we could provide errors on remote issues over dbus.



commit af5b4c6a66e13130626c1e337d8cc8e1f6208308
Author: Eitan Isaacson <eitan monotonous org>
Date:   Wed Feb 9 12:41:23 2011 -0800

    Added RemoteError so we could provide errors on remote issues over dbus.

 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 37988fc..6c8c1b7 100644
--- a/libsocialweb/sw-service.h
+++ b/libsocialweb/sw-service.h
@@ -33,7 +33,8 @@ G_BEGIN_DECLS
 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_NOT_SUPPORTED, /*< nick=NotSupported >*/
+  SW_SERVICE_ERROR_REMOTE_ERROR /*< nick=RemoteError >*/
 } SwServiceError;
 
 #define SW_SERVICE_ERROR sw_service_error_quark ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]