]> Dogcows Code - chaz/openbox/blobdiff - obt/ddparse.h
Remove some evil tabs
[chaz/openbox] / obt / ddparse.h
index d409eb5ff0d6016817723d0ffdb8a8cf971cf4f5..d261f5bb0c444d253fbf89850564be9401fb53f7 100644 (file)
 typedef struct _ObtDDParseGroup ObtDDParseGroup;
 
 typedef enum {
+    OBT_DDPARSE_EXEC,
     OBT_DDPARSE_STRING,
     OBT_DDPARSE_LOCALESTRING,
     OBT_DDPARSE_STRINGS,
     OBT_DDPARSE_LOCALESTRINGS,
     OBT_DDPARSE_BOOLEAN,
     OBT_DDPARSE_NUMERIC,
-    OBT_DDPARSE_ENUM_APPLICATION,
+    OBT_DDPARSE_ENUM_TYPE,
+    OBT_DDPARSE_ENVIRONMENTS,
     OBT_DDPARSE_NUM_VALUE_TYPES
 } ObtDDParseValueType;
 
@@ -36,12 +38,13 @@ typedef struct _ObtDDParseValue {
     union _ObtDDParseValueValue {
         gchar *string;
         struct _ObtDDParseValueStrings {
-            gchar *s;
+            gchar **a;
             gulong n;
         } strings;
         gboolean boolean;
         gfloat numeric;
         guint enumerable;
+        guint environments; /*!< A mask of flags from ObtLinkEnvMask */
     } value;
 } ObtDDParseValue;
 
This page took 0.023005 seconds and 4 git commands to generate.