aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal_struct.h
diff options
context:
space:
mode:
authorCraig Small <csmall@src.gnome.org>1998-01-12 10:51:30 +0800
committerCraig Small <csmall@src.gnome.org>1998-01-12 10:51:30 +0800
commit2485eae90d07f5d649729e6bd02d15ae1b38006d (patch)
tree27875b704248104ff3052581538a0bdf8629ee3d /calendar/cal_struct.h
downloadgsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.gz
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.tar.zst
gsoc2013-evolution-2485eae90d07f5d649729e6bd02d15ae1b38006d.zip
New Gnome Calendar files
svn path=/trunk/; revision=2
Diffstat (limited to 'calendar/cal_struct.h')
-rw-r--r--calendar/cal_struct.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/cal_struct.h b/calendar/cal_struct.h
new file mode 100644
index 0000000000..77420cf9ff
--- /dev/null
+++ b/calendar/cal_struct.h
@@ -0,0 +1,14 @@
+struct actionitem {
+ char date[MAX_SZ];
+ char time[MAX_SZ];
+}
+
+struct event {
+ struct actionitem start;
+ struct actionitem end;
+
+ char description[MAX_SZ];
+ char subtype[MAX_SZ];
+ GList *properties;
+}
+
tions'>-181/+285 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - Update boost to 1.39pav2009-07-281-1/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Update to 0.8.1arved2007-09-033-636/+673 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * - Fix build with boost 1.34.0: The Boost unit test framework shared librarybarner2007-07-092-0/+23 * - Bump boost shared library version to 4barner2007-07-041-1/+2 * - Update to 0.4.0pav2007-03-244-154/+416