diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 04:32:21 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:22 +0800 |
commit | c1e412618a9b31b0810be13f9fb1fbac58f8e890 (patch) | |
tree | 39b6703d61d96d2a0c7c8b7f781bec4efdef676a /e-util | |
parent | 3833e452b9c67039e0a0b7fd83a2f269553f4ee3 (diff) | |
download | gsoc2013-evolution-c1e412618a9b31b0810be13f9fb1fbac58f8e890.tar.gz gsoc2013-evolution-c1e412618a9b31b0810be13f9fb1fbac58f8e890.tar.zst gsoc2013-evolution-c1e412618a9b31b0810be13f9fb1fbac58f8e890.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.h | 6 |
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 */ |