aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
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/gui
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/gui')
-rw-r--r--calendar/gui/cal_struct.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/gui/cal_struct.h b/calendar/gui/cal_struct.h
new file mode 100644
index 0000000000..77420cf9ff
--- /dev/null
+++ b/calendar/gui/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;
+}
+
'insertions'>+0 * - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-1/+1 * 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Bump PORTREVISION after arp updatemiwi2008-07-071-1/+1 * Bump PORTREVISION due to subversion upgrade.lev2008-06-301-1/+1 * (1) Upgrade subversion to version 1.5.0.lev2008-06-301-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Hunt for typos in devel/p5-*.olgeni2008-05-241-1/+1 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1