]> Dogcows Code - chaz/openbox/blobdiff - obt/ddparse.h
parse some of the .desktop stuff into an ObtLink structure
[chaz/openbox] / obt / ddparse.h
index b4e0bf412c4a0f0f1bdd3d13f365c26678daad35..d409eb5ff0d6016817723d0ffdb8a8cf971cf4f5 100644 (file)
@@ -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;
 
This page took 0.020196 seconds and 4 git commands to generate.