diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-12 05:07:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-12 05:07:43 +0800 |
commit | 44d3f6715ae3aa7b46cbf9d8991eff11c60dcc17 (patch) | |
tree | 993927a6395efc02b95caf75dfa3b262191ef309 /calendar/gui/e-meeting-model.h | |
parent | 94497ea891f77c974e9ff6693d32c9cf20510ae0 (diff) | |
download | gsoc2013-evolution-44d3f6715ae3aa7b46cbf9d8991eff11c60dcc17.tar.gz gsoc2013-evolution-44d3f6715ae3aa7b46cbf9d8991eff11c60dcc17.tar.zst gsoc2013-evolution-44d3f6715ae3aa7b46cbf9d8991eff11c60dcc17.zip |
new protos
001-11-11 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-model.h: new protos
* gui/e-meeting-model.c (e_meeting_model_get_zone): accessor
(e_meeting_model_set_zone): ditto
(init): init to the calendar default zone
(process_free_busy_comp): take the zone to convert to as a param
(e_meeting_model_refresh_busy_periods): redraw properly
* gui/dialogs/schedule-page.c (update_time): set the zone of the
model
svn path=/trunk/; revision=14669
Diffstat (limited to 'calendar/gui/e-meeting-model.h')
-rw-r--r-- | calendar/gui/e-meeting-model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-model.h b/calendar/gui/e-meeting-model.h index 562ddd82af..3ca40af380 100644 --- a/calendar/gui/e-meeting-model.h +++ b/calendar/gui/e-meeting-model.h @@ -68,6 +68,9 @@ GtkObject *e_meeting_model_new (void); CalClient *e_meeting_model_get_cal_client (EMeetingModel *im); void e_meeting_model_set_cal_client (EMeetingModel *im, CalClient *client); +icaltimezone *e_meeting_model_get_zone (EMeetingModel *im); +void e_meeting_model_set_zone (EMeetingModel *im, icaltimezone *zone); + void e_meeting_model_add_attendee (EMeetingModel *im, EMeetingAttendee *ia); EMeetingAttendee *e_meeting_model_add_attendee_with_defaults (EMeetingModel *im); |