summaryrefslogtreecommitdiff
path: root/obt/ddparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/ddparse.h')
-rw-r--r--obt/ddparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/obt/ddparse.h b/obt/ddparse.h
index d409eb5f..d33fe72a 100644
--- a/obt/ddparse.h
+++ b/obt/ddparse.h
@@ -28,6 +28,7 @@ typedef enum {
OBT_DDPARSE_BOOLEAN,
OBT_DDPARSE_NUMERIC,
OBT_DDPARSE_ENUM_APPLICATION,
+ OBT_DDPARSE_ENVIRONMENTS,
OBT_DDPARSE_NUM_VALUE_TYPES
} ObtDDParseValueType;
@@ -42,6 +43,7 @@ typedef struct _ObtDDParseValue {
gboolean boolean;
gfloat numeric;
guint enumerable;
+ guint environments; /*!< A mask of flags from ObtLinkEnvMask */
} value;
} ObtDDParseValue;