diff options
author | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-26 00:17:55 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-26 00:17:55 +0800 |
commit | ce5e2f59f5676dcfde278927498ec16949fc5feb (patch) | |
tree | cd297d544045f502a4685013f0fb73fb918dc430 /calendar/gui/e-day-view.h | |
parent | edc79a59a744dffb8c10efc0f3cc47a6947bb1d3 (diff) | |
download | gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.gz gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.tar.zst gsoc2013-evolution-ce5e2f59f5676dcfde278927498ec16949fc5feb.zip |
Forgot this file
svn path=/trunk/; revision=21541
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 5 |
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, |