aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-30 06:19:39 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-30 06:19:39 +0800
commit5c1c9710338cb7f3b29ed1eac1006bb95f39c048 (patch)
treedacbe29633e17a82ac619ea4c0a2fd67a650d56d /calendar/gui/gnome-cal.h
parentb14e3c892ce8feac4e72ab80800fb7b6e0408002 (diff)
downloadgsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar.gz
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar.bz2
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar.lz
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar.xz
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.tar.zst
gsoc2013-evolution-5c1c9710338cb7f3b29ed1eac1006bb95f39c048.zip
Various fixes and optimizations; Tagging of the days with appointements.
Various fixes and optimizations; Tagging of the days with appointements. the 1969 bug is gone. Really. Miguel. svn path=/trunk/; revision=201
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index 653244b075..513bf88ad3 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -45,6 +45,7 @@ void gnome_calendar_next (GnomeCalendar *gcal);
void gnome_calendar_previous (GnomeCalendar *gcal);
void gnome_calendar_goto (GnomeCalendar *gcal, time_t new_time);
void gnome_calendar_dayjump (GnomeCalendar *gcal, time_t time);
+void gnome_calendar_tag_calendar (GnomeCalendar *cal, GtkCalendar *gtk_cal);
/* Flags is a bitmask of CalObjectChange values */
void gnome_calendar_object_changed (GnomeCalendar *gcal, iCalObject *obj, int flags);