]> Dogcows Code - chaz/openbox/blobdiff - obt/ddparse.h
parse OnlyShowIn/NotShowIn
[chaz/openbox] / obt / ddparse.h
index d409eb5ff0d6016817723d0ffdb8a8cf971cf4f5..d33fe72a48e38efd051e28eac62dc06eb6d0d23f 100644 (file)
@@ -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;
 
This page took 0.02602 seconds and 4 git commands to generate.