summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-02-04 09:43:52 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-02-04 09:43:52 +0100
commit40a887ca40010ad7816e120bb4d846752595635a (patch)
tree2e73bfe5458f08111dced931e3a3329e9eab862a
parent2d477f36407683b7e0d5e948939ef6ca4ffb7abf (diff)
downloadglibmm-40a887ca40010ad7816e120bb4d846752595635a.tar.gz
Regenerate enums .defs files.
-rw-r--r--glib/src/glib_enums.defs20
1 files changed, 20 insertions, 0 deletions
diff --git a/glib/src/glib_enums.defs b/glib/src/glib_enums.defs
index 2630247f..399c7923 100644
--- a/glib/src/glib_enums.defs
+++ b/glib/src/glib_enums.defs
@@ -1981,6 +1981,26 @@
)
)
+;; From gwin32.h
+
+;; Original typedef:
+;; typedef enum
+;; {
+;; G_WIN32_OS_ANY,
+;; G_WIN32_OS_WORKSTATION,
+;; G_WIN32_OS_SERVER,
+;; } GWin32OSType;
+
+(define-enum-extended Win32OSType
+ (in-module "G")
+ (c-name "GWin32OSType")
+ (values
+ '("any" "G_WIN32_OS_ANY" "0")
+ '("workstation" "G_WIN32_OS_WORKSTATION" "1")
+ '("server" "G_WIN32_OS_SERVER" "2")
+ )
+)
+
;; From gthread.h
;; Original typedef: