aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@src.gnome.org>2003-06-26 00:17:55 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-06-26 00:17:55 +0800
commitce5e2f59f5676dcfde278927498ec16949fc5feb (patch)
treecd297d544045f502a4685013f0fb73fb918dc430
parentedc79a59a744dffb8c10efc0f3cc47a6947bb1d3 (diff)
downloadgsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.gz
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.bz2
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.lz
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.xz
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.zst
gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.zip
Forgot this file
svn path=/trunk/; revision=21541
-rw-r--r--calendar/gui/e-day-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index c8b719aca1..6485102fc7 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -627,6 +627,11 @@ gint e_day_view_convert_time_to_row (EDayView *day_view,
gint e_day_view_convert_time_to_position (EDayView *day_view,
gint hour,
gint minute);
+gboolean e_day_view_get_event_rows (EDayView *day_view,
+ gint day,
+ gint event_num,
+ gint *start_row_out,
+ gint *end_row_out);
gboolean e_day_view_get_event_position (EDayView *day_view,
gint day,
gint event_num,