[seahorse] Remove underscore from enum to fix introspection generation
- From: Adam Schreiber <sadam src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seahorse] Remove underscore from enum to fix introspection generation
- Date: Tue, 8 Dec 2009 02:02:59 +0000 (UTC)
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]