Enumerations can be negative
[gnome.gobject-introspection] / girepository / gtypelib.h
index 26486af..f02dcfc 100644 (file)
@@ -614,7 +614,7 @@ typedef struct {
   guint32 deprecated : 1;
   guint32 reserved   :31;
   guint32 name;
-  guint32 value;
+  gint32 value;
 } ValueBlob;
 
 /**