From a2e309c2a1735bd68b315aa971388e20db3a8621 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/e-util-enums.h') 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