summaryrefslogtreecommitdiff
path: root/src/eggdbus/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eggdbus/enum.h')
-rw-r--r--src/eggdbus/enum.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eggdbus/enum.h b/src/eggdbus/enum.h
index 4649fb8..776cb0b 100644
--- a/src/eggdbus/enum.h
+++ b/src/eggdbus/enum.h
@@ -68,8 +68,7 @@ struct _EnumElemData
/* the G name of the value (without enum prefix) */
gchar *g_name_uscore_upper;
- /* -1 means not set */
- gint value;
+ guint value;
const EggDBusInterfaceAnnotationInfo *annotations;
};