From 3121146eccd031a56d410eb48f3002558f41b40a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 29 Mar 2010 22:38:05 -0400 Subject: 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) --- obt/ddparse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'obt/ddparse.h') 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; -- cgit v1.2.3