aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/calobj.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-12 08:17:12 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-12 08:17:12 +0800
commitfbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8 (patch)
treefcb69b57676e25f102083069ffc71651dc182e8e /calendar/pcs/calobj.h
parentb265b27dfc1e68424d509a17b9c6466adbae3fc9 (diff)
downloadgsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.gz
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.bz2
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.lz
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.xz
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.zst
gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.zip
Begginning of the create-appointment-on-range-selection-and-enter code -miguel
svn path=/trunk/; revision=127
Diffstat (limited to 'calendar/pcs/calobj.h')
-rw-r--r--calendar/pcs/calobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/calobj.h b/calendar/pcs/calobj.h
index 560c4ca99e..37ea79040d 100644
--- a/calendar/pcs/calobj.h
+++ b/calendar/pcs/calobj.h
@@ -131,6 +131,8 @@ typedef struct {
CalendarAlarm malarm;
Recurrence *recur;
+
+ int new;
} iCalObject;
iCalObject *ical_new (char *comment, char *organizer, char *summary);