[seahorse] Remove underscore from enum to fix introspection generation



commit b62f080b94c98ec69b68dc105c9dbe0de67fc8f7
Author: Adam Schreiber <sadam gnome org>
Date:   Mon Dec 7 21:01:23 2009 -0500

    Remove underscore from enum to fix introspection generation

 libcryptui/cryptui.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcryptui/cryptui.h b/libcryptui/cryptui.h
index fd1b801..4cc8f37 100644
--- a/libcryptui/cryptui.h
+++ b/libcryptui/cryptui.h
@@ -52,7 +52,7 @@ typedef enum {
     CRYPTUI_ENCTYPE_PRIVATE =    3,
     
     /* Used internally */
-    _CRYPTUI_ENCTYPE_MAXVALUE
+    CRYPTUI_ENCTYPE_MAXVALUE
 } CryptUIEncType;
 
 /**



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