From c1e412618a9b31b0810be13f9fb1fbac58f8e890 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Nov 2010 16:32:21 -0400 Subject: Rename CalUnits to EDurationType. And move the definition to e-util-enums.h so we get a GType for it. --- e-util/e-util-enums.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'e-util') diff --git a/e-util/e-util-enums.h b/e-util/e-util-enums.h index bcf214ea33..729788e4a7 100644 --- a/e-util/e-util-enums.h +++ b/e-util/e-util-enums.h @@ -30,6 +30,12 @@ typedef enum { E_ACTIVITY_COMPLETED } EActivityState; +typedef enum { + E_DURATION_DAYS, + E_DURATION_HOURS, + E_DURATION_MINUTES +} EDurationType; + G_END_DECLS #endif /* E_UTIL_ENUMS_H */ -- cgit