aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-02 04:32:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-11-05 02:18:34 +0800
commita2e309c2a1735bd68b315aa971388e20db3a8621 (patch)
treed9da4a5546d45406b693e2893363a911b7eddd4b /e-util
parent6fdbedf62c34a78d403d0376a4403b2196da0385 (diff)
downloadgsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar.gz
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar.bz2
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar.lz
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar.xz
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.tar.zst
gsoc2013-evolution-a2e309c2a1735bd68b315aa971388e20db3a8621.zip
Rename CalUnits to EDurationType.
And move the definition to e-util-enums.h so we get a GType for it.
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-util-enums.h6
1 files changed, 6 insertions, 0 deletions
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 */