diff options
Diffstat (limited to 'obt/ddparse.h')
| -rw-r--r-- | obt/ddparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obt/ddparse.h b/obt/ddparse.h index b4e0bf41..d409eb5f 100644 --- a/obt/ddparse.h +++ b/obt/ddparse.h @@ -27,6 +27,7 @@ typedef enum { OBT_DDPARSE_LOCALESTRINGS, OBT_DDPARSE_BOOLEAN, OBT_DDPARSE_NUMERIC, + OBT_DDPARSE_ENUM_APPLICATION, OBT_DDPARSE_NUM_VALUE_TYPES } ObtDDParseValueType; @@ -40,6 +41,7 @@ typedef struct _ObtDDParseValue { } strings; gboolean boolean; gfloat numeric; + guint enumerable; } value; } ObtDDParseValue; |
