diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-05-21 20:03:21 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-05-21 20:03:21 -0400 |
| commit | 0c8c9caba6f529c11b04643d24a5a503f49a245b (patch) | |
| tree | df20d71b526229f964212facfc5fdea33d5f71a4 /obt/ddparse.h | |
| parent | 632eb082277eb74d5e64beda779eee5b4456ca18 (diff) | |
parse OnlyShowIn/NotShowIn
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 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; |
