[evolution-ews] Expose EwsOperationPriority enum



commit 03baa7c8c09e05869943fc157a77252a5ac4ba0c
Author: Pavel Ocheretny <potzarti infradead org>
Date:   Mon May 2 22:53:28 2011 +0300

    Expose EwsOperationPriority enum

 src/server/e-ews-connection.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/server/e-ews-connection.h b/src/server/e-ews-connection.h
index 849d59a..9bf4718 100644
--- a/src/server/e-ews-connection.h
+++ b/src/server/e-ews-connection.h
@@ -55,11 +55,11 @@ struct _EEwsConnectionClass {
 	void (*authenticate) (EEwsConnection *cnc);
 };
 
-enum {
+typedef enum {
 	EWS_PRIORITY_LOW,
 	EWS_PRIORITY_MEDIUM,
 	EWS_PRIORITY_HIGH
-};
+} EwsOperationPriority;;
 
 typedef void (*EEwsRequestCreationCallback) (ESoapMessage *msg,
 					     gpointer user_data);



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