summaryrefslogtreecommitdiff
path: root/obt/ddparse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-29 22:38:05 -0400
committerDana Jansens <danakj@orodu.net>2010-03-29 22:38:05 -0400
commit3121146eccd031a56d410eb48f3002558f41b40a (patch)
treee29479b3bc75be258b3b6782e3d95dee47f71e83 /obt/ddparse.h
parent67bed35b7c1b1c9470aa8d0ba33974eabd66e089 (diff)
parse some of the .desktop stuff into an ObtLink structure
localized names still don't work. most of the app-specific stuff isn't done yet. categories aren't handled yet (to only show in/not show in some category)
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 b4e0bf41..d409eb5f 100644
--- a/obt/ddparse.h
+++ b/obt/ddparse.h
@@ -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;